#562AAB

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

Shades of Purple Heart #562AAB

Tints of Purple Heart #562AAB

Color information

#562AAB (or 0x562AAB) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and AB. RGB value is (86,42,171). Sum of RGB (Red+Green+Blue) = 86+42+171=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #562AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AAB is #A9D554. Grayscale: #454545. Windows color (decimal): -11130197 or 11217494. OLE color: 11217494.

HSL color Cylindrical-coordinate representation of color #562AAB: hue angle of 260.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562AAB is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8642171-
CMYK0.500.7500.33
HSL260.47º60.56%41.76%-
HSV(B)260.47º75.44%67.06%-
XYZ12.026.5739.16-
YUV69.86185.08139.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=28.76%
G=14.05%
B=57.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86421710.500.7500.33260.4760.5641.76
Hex562AAB324B0211043d2a
Octal12652253621130414047552
Binary10101101010101010101111001010010110100001100000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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