#562BB5

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

Shades of Purple Heart #562BB5

Tints of Purple Heart #562BB5

Color information

#562BB5 (or 0x562BB5) is unknown color: approx Purple Heart. HEX triplet: 56, 2B and B5. RGB value is (86,43,181). Sum of RGB (Red+Green+Blue) = 86+43+181=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #562BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BB5 is #A9D44A. Grayscale: #474747. Windows color (decimal): -11129931 or 11873110. OLE color: 11873110.

HSL color Cylindrical-coordinate representation of color #562BB5: hue angle of 258.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562BB5 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8643181-
CMYK0.520.7600.29
HSL258.7º61.61%43.92%-
HSV(B)258.7º76.24%70.98%-
XYZ13.047.0444.39-
YUV71.59189.75138.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 181 (71.09% from 255) = 58.39%
R=27.74%
G=13.87%
B=58.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86431810.520.7600.29258.761.6143.92
Hex562BB5344C01D1033e2c
Octal12653265641140354037654
Binary1010110101011101101011101001001100011101100000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562BB5; }

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

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

<style>
 a { background-color: #562BB5; }

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

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

<style>
 span { border-color: #562BB5; }

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

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