#5D21CF

Color #5D21CF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5D21CF

Tints of Purple Heart #5D21CF

Color information

#5D21CF (or 0x5D21CF) is unknown color: approx Purple Heart. HEX triplet: 5D, 21 and CF. RGB value is (93,33,207). Sum of RGB (Red+Green+Blue) = 93+33+207=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21CF is #A2DE30. Grayscale: #464646. Windows color (decimal): -10673713 or 13574493. OLE color: 13574493.

HSL color Cylindrical-coordinate representation of color #5D21CF: hue angle of 260.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D21CF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9333207-
CMYK0.550.8400.19
HSL260.69º72.5%47.06%-
HSV(B)260.69º84.06%81.18%-
XYZ16.327.9259.7-
YUV70.78204.88143.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=27.93%
G=9.91%
B=62.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93332070.550.8400.19260.6972.547.06
Hex5D21CF3754013105482f
Octal135413176712402340511057
Binary10111011000011100111111011110101000100111000001011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D21CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D21CF; }

 p { color: rgb(93,33,207); }

 H1.HeaderClassName
 {
   color: #5D21CF;
 }
 .AnyTagClassName
 {
   color: #5D21CF;
 }
</style>
background-color css

<style>
 a { background-color: #5D21CF; }

 a { background-color: rgb(93,33,207); }

 div.DivClassName
 {
   background-color: #5D21CF;
 }
 .BgClassName
 {
   background-color: #5D21CF;
 }
</style>
border-color css

<style>
 span { border-color: #5D21CF; }

 span { border-color: rgb(93,33,207); }

 td.TdClassName
 {
   border-color: #5D21CF;
 }
 .TagClassName
 {
   border-color: #5D21CF;
 }
</style>