#5602b5

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

Shades of Purple Heart #5602B5

Tints of Purple Heart #5602B5

Color information

#5602B5 (or 0x5602B5) is unknown color: approx Purple Heart. HEX triplet: 56, 02 and B5. RGB value is (86,2,181). Sum of RGB (Red+Green+Blue) = 86+2+181=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #5602B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5602B5 is #A9FD4A. Grayscale: #2E2E2E. Windows color (decimal): -11140427 or 11862614. OLE color: 11862614.

HSL color Cylindrical-coordinate representation of color #5602B5: hue angle of 268.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602B5 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB862181-
CMYK0.520.9900.29
HSL268.16º97.81%35.88%-
HSV(B)268.16º98.9%70.98%-
XYZ12.25.3644.11-
YUV47.52203.33155.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 181 (71.09% from 255) = 67.29%
R=31.97%
G=0.74%
B=67.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8621810.520.9900.29268.1697.8135.88
Hex562B5346301D10c6224
Octal12622656414303541414244
Binary1010110101011010111010011000110111011000011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5602b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5602b5; }

 p { color: rgb(86,2,181); }

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

<style>
 a { background-color: #5602b5; }

 a { background-color: rgb(86,2,181); }

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

<style>
 span { border-color: #5602b5; }

 span { border-color: rgb(86,2,181); }

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