#5517D6

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

Shades of Purple Heart #5517D6

Tints of Purple Heart #5517D6

Color information

#5517D6 (or 0x5517D6) is unknown color: approx Purple Heart. HEX triplet: 55, 17 and D6. RGB value is (85,23,214). Sum of RGB (Red+Green+Blue) = 85+23+214=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #5517D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517D6 is #AAE829. Grayscale: #3E3E3E. Windows color (decimal): -11200554 or 14030677. OLE color: 14030677.

HSL color Cylindrical-coordinate representation of color #5517D6: hue angle of 259.48º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5517D6 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8523214-
CMYK0.600.8900.16
HSL259.48º80.59%46.47%-
HSV(B)259.48º89.25%83.92%-
XYZ16.197.464.19-
YUV63.31213.04143.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 23 (9.38% from 255) = 7.14%
BLUE value IS 214 (83.98% from 255) = 66.46%
R=26.40%
G=7.14%
B=66.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85232140.600.8900.16259.4880.5946.47
Hex5517D63C59010103512e
Octal125273267413102040312156
Binary1010101101111101011011110010110010100001000000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5517D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5517D6; }

 p { color: rgb(85,23,214); }

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

<style>
 a { background-color: #5517D6; }

 a { background-color: rgb(85,23,214); }

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

<style>
 span { border-color: #5517D6; }

 span { border-color: rgb(85,23,214); }

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