#562AB4

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

Shades of Purple Heart #562AB4

Tints of Purple Heart #562AB4

Color information

#562AB4 (or 0x562AB4) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and B4. RGB value is (86,42,180). Sum of RGB (Red+Green+Blue) = 86+42+180=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #562AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AB4 is #A9D54B. Grayscale: #464646. Windows color (decimal): -11130188 or 11807318. OLE color: 11807318.

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

Color convert

RGB8642180-
CMYK0.520.7700.29
HSL259.13º62.16%43.53%-
HSV(B)259.13º76.67%70.59%-
XYZ12.96.9343.84-
YUV70.89189.58138.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=27.92%
G=13.64%
B=58.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86421800.520.7700.29259.1362.1643.53
Hex562AB4344D01D1033e2c
Octal12652264641150354037654
Binary1010110101010101101001101001001101011101100000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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