Html Css Color HEX #562EAC Purple Heart

📋 copy color: '#562EAC'

red 86 ◦ green 46 ◦ blue 172

#562EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #562EAC

Tints of Purple Heart #562EAC

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 value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562EAC (or 0x562EAC) is known color: 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

RGB 86 46 172 -
CMYK 0.5 0.73 0 0.33
HSL 259.05º 0.58% 0.43% -
HSV(B) 259.05º 0.73% 0.67% -
XYZ 12.26 6.91 39.72 -
YUV 72.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 86 46 172 0.5 0.73 0 0.33 259.05 0.58 0.43
Hex 56 2E AC 32 49 0 21 103 3A 2B
Octal 126 56 254 62 111 0 41 403 72 53
Binary 1010110 101110 10101100 110010 1001001 0 100001 100000011 111010 101011

Color Harmonies of #562EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EAC

Black with #562EAC

Text Example


Text Example

White with #562EAC

Text Example


Text Example

HTML Codes & Css Web 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>