#562EAC

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

Shades of Purple Heart #562EAC

Tints of Purple Heart #562EAC

Color information

#562EAC (or 0x562EAC) is unknown color: approx Purple Heart. HEX triplet: 56, 2E and AC. RGB value is (86,46,172). Sum of RGB (Red+Green+Blue) = 86+46+172=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #562EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562EAC is #A9D153. Grayscale: #474747. Windows color (decimal): -11129172 or 11284054. OLE color: 11284054.

HSL color Cylindrical-coordinate representation of color #562EAC: hue angle of 259.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562EAC is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8646172-
CMYK0.50.7300.33
HSL259.05º57.8%42.75%-
HSV(B)259.05º73.26%67.45%-
XYZ12.266.9139.72-
YUV72.32184.25137.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=28.29%
G=15.13%
B=56.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86461720.50.7300.33259.0557.842.75
Hex562EAC32490211033a2b
Octal12656254621110414037253
Binary10101101011101010110011001010010010100001100000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,172); }

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

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

 a { background-color: rgb(86,46,172); }

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

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

 span { border-color: rgb(86,46,172); }

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