#5605C6

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

Shades of Purple Heart #5605C6

Tints of Purple Heart #5605C6

Color information

#5605C6 (or 0x5605C6) is unknown color: approx Purple Heart. HEX triplet: 56, 05 and C6. RGB value is (86,5,198). Sum of RGB (Red+Green+Blue) = 86+5+198=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 198 (77.73% from 255 or 68.51% from 289); Max value from RGB is 198 - color contains mainly: blue. Hex color #5605C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605C6 is #A9FA39. Grayscale: #323232. Windows color (decimal): -11139642 or 12977494. OLE color: 12977494.

HSL color Cylindrical-coordinate representation of color #5605C6: hue angle of 265.18º 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 #5605C6 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB865198-
CMYK0.570.9700.22
HSL265.18º95.07%39.8%-
HSV(B)265.18º97.47%77.65%-
XYZ14.096.1653.87-
YUV51.22210.84152.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 198 (77.73% from 255) = 68.51%
R=29.76%
G=1.73%
B=68.51%

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
Decimal8651980.570.9700.22265.1895.0739.8
Hex565C639610161095f28
Octal12653067114102641113750
Binary10101101011100011011100111000010101101000010011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5605C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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