#562AB0

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

Shades of Purple Heart #562AB0

Tints of Purple Heart #562AB0

Color information

#562AB0 (or 0x562AB0) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and B0. RGB value is (86,42,176). Sum of RGB (Red+Green+Blue) = 86+42+176=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #562AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AB0 is #A9D54F. Grayscale: #454545. Windows color (decimal): -11130192 or 11545174. OLE color: 11545174.

HSL color Cylindrical-coordinate representation of color #562AB0: hue angle of 259.7º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562AB0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8642176-
CMYK0.510.7600.31
HSL259.7º61.47%42.75%-
HSV(B)259.7º76.14%69.02%-
XYZ12.56.7741.72-
YUV70.43187.58139.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 176 (69.14% from 255) = 57.89%
R=28.29%
G=13.82%
B=57.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86421760.510.7600.31259.761.4742.75
Hex562AB0334C01F1043d2b
Octal12652260631140374047553
Binary1010110101010101100001100111001100011111100000100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,176); }

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

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

 a { background-color: rgb(86,42,176); }

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

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

 span { border-color: rgb(86,42,176); }

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