#5608BE

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

Shades of Purple Heart #5608BE

Tints of Purple Heart #5608BE

Color information

#5608BE (or 0x5608BE) is unknown color: approx Purple Heart. HEX triplet: 56, 08 and BE. RGB value is (86,8,190). Sum of RGB (Red+Green+Blue) = 86+8+190=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #5608BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608BE is #A9F741. Grayscale: #333333. Windows color (decimal): -11138882 or 12453974. OLE color: 12453974.

HSL color Cylindrical-coordinate representation of color #5608BE: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5608BE is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB868190-
CMYK0.550.9600.25
HSL265.71º91.92%38.82%-
HSV(B)265.71º95.79%74.51%-
XYZ13.225.8749.15-
YUV52.07205.84152.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=30.28%
G=2.82%
B=66.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8681900.550.9600.25265.7191.9238.82
Hex568BE376001910a5c27
Octal126102766714003141213447
Binary101011010001011111011011111000000110011000010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5608BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5608BE; }

 p { color: rgb(86,8,190); }

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

<style>
 a { background-color: #5608BE; }

 a { background-color: rgb(86,8,190); }

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

<style>
 span { border-color: #5608BE; }

 span { border-color: rgb(86,8,190); }

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