#5D11D4

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

Shades of Purple Heart #5D11D4

Tints of Purple Heart #5D11D4

Color information

#5D11D4 (or 0x5D11D4) is unknown color: approx Purple Heart. HEX triplet: 5D, 11 and D4. RGB value is (93,17,212). Sum of RGB (Red+Green+Blue) = 93+17+212=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #5D11D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D11D4 is #A2EE2B. Grayscale: #3D3D3D. Windows color (decimal): -10677804 or 13898077. OLE color: 13898077.

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

Color convert

RGB9317212-
CMYK0.560.9200.17
HSL263.38º85.15%44.9%-
HSV(B)263.38º91.98%83.14%-
XYZ16.67.4862.86-
YUV61.95212.68150.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 212 (83.20% from 255) = 65.84%
R=28.88%
G=5.28%
B=65.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal93172120.560.9200.17263.3885.1544.9
Hex5D11D4385C011107552d
Octal135213247013402140712555
Binary1011101100011101010011100010111000100011000001111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D11D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,17,212); }

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

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

 a { background-color: rgb(93,17,212); }

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

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

 span { border-color: rgb(93,17,212); }

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