#5605C4

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

Shades of Purple Heart #5605C4

Tints of Purple Heart #5605C4

Color information

#5605C4 (or 0x5605C4) is unknown color: approx Purple Heart. HEX triplet: 56, 05 and C4. RGB value is (86,5,196). Sum of RGB (Red+Green+Blue) = 86+5+196=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 196 (76.95% from 255 or 68.29% from 287); Max value from RGB is 196 - color contains mainly: blue. Hex color #5605C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605C4 is #A9FA3B. Grayscale: #323232. Windows color (decimal): -11139644 or 12846422. OLE color: 12846422.

HSL color Cylindrical-coordinate representation of color #5605C4: hue angle of 265.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5605C4 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB865196-
CMYK0.560.9700.23
HSL265.45º95.02%39.41%-
HSV(B)265.45º97.45%76.86%-
XYZ13.866.0752.67-
YUV50.99209.84152.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 196 (76.95% from 255) = 68.29%
R=29.97%
G=1.74%
B=68.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8651960.560.9700.23265.4595.0239.41
Hex565C438610171095f27
Octal12653047014102741113747
Binary10101101011100010011100011000010101111000010011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5605C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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