#5505C6

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

Shades of Purple Heart #5505C6

Tints of Purple Heart #5505C6

Color information

#5505C6 (or 0x5505C6) is unknown color: approx Purple Heart. HEX triplet: 55, 05 and C6. RGB value is (85,5,198). Sum of RGB (Red+Green+Blue) = 85+5+198=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 198 (77.73% from 255 or 68.75% from 288); Max value from RGB is 198 - color contains mainly: blue. Hex color #5505C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505C6 is #AAFA39. Grayscale: #323232. Windows color (decimal): -11205178 or 12977493. OLE color: 12977493.

HSL color Cylindrical-coordinate representation of color #5505C6: hue angle of 264.87º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505C6 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB855198-
CMYK0.570.9700.22
HSL264.87º95.07%39.8%-
HSV(B)264.87º97.47%77.65%-
XYZ13.996.1253.87-
YUV50.92211152.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 198 (77.73% from 255) = 68.75%
R=29.51%
G=1.74%
B=68.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8551980.570.9700.22264.8795.0739.8
Hex555C639610161095f28
Octal12553067114102641113750
Binary10101011011100011011100111000010101101000010011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5505C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5505C6; }

 p { color: rgb(85,5,198); }

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

<style>
 a { background-color: #5505C6; }

 a { background-color: rgb(85,5,198); }

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

<style>
 span { border-color: #5505C6; }

 span { border-color: rgb(85,5,198); }

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