#5E0CD4

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

Shades of Purple Heart #5E0CD4

Tints of Purple Heart #5E0CD4

Color information

#5E0CD4 (or 0x5E0CD4) is unknown color: approx Purple Heart. HEX triplet: 5E, 0C and D4. RGB value is (94,12,212). Sum of RGB (Red+Green+Blue) = 94+12+212=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #5E0CD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0CD4 is #A1F32B. Grayscale: #3A3A3A. Windows color (decimal): -10613548 or 13896798. OLE color: 13896798.

HSL color Cylindrical-coordinate representation of color #5E0CD4: hue angle of 264.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0CD4 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9412212-
CMYK0.560.9400.17
HSL264.6º89.29%43.92%-
HSV(B)264.6º94.34%83.14%-
XYZ16.637.462.84-
YUV59.32214.17152.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.56%
GREEN value IS 12 (5.08% from 255) = 3.77%
BLUE value IS 212 (83.20% from 255) = 66.67%
R=29.56%
G=3.77%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94122120.560.9400.17264.689.2943.92
Hex5ECD4385E011109592c
Octal136143247013602141113154
Binary101111011001101010011100010111100100011000010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,12,212); }

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

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

 a { background-color: rgb(94,12,212); }

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

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

 span { border-color: rgb(94,12,212); }

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