#5605D0

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

Shades of Purple Heart #5605D0

Tints of Purple Heart #5605D0

Color information

#5605D0 (or 0x5605D0) is unknown color: approx Purple Heart. HEX triplet: 56, 05 and D0. RGB value is (86,5,208). Sum of RGB (Red+Green+Blue) = 86+5+208=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #5605D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605D0 is #A9FA2F. Grayscale: #333333. Windows color (decimal): -11139632 or 13632854. OLE color: 13632854.

HSL color Cylindrical-coordinate representation of color #5605D0: hue angle of 263.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5605D0 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB865208-
CMYK0.590.9800.18
HSL263.94º95.31%41.76%-
HSV(B)263.94º97.6%81.57%-
XYZ15.286.6460.15-
YUV52.36215.84151.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 208 (81.64% from 255) = 69.57%
R=28.76%
G=1.67%
B=69.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8652080.590.9800.18263.9495.3141.76
Hex565D03B620121085f2a
Octal12653207314202241013752
Binary10101101011101000011101111000100100101000010001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5605D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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