Html Css Color HEX #562EAA Purple Heart

📋 copy color: '#562EAA'

red 86 ◦ green 46 ◦ blue 170

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

Shades of Purple Heart #562EAA

Tints of Purple Heart #562EAA

RGB

 RED value IS 86 (33.98% from 255) = 28.48%

 GREEN value IS 46 (18.36% from 255) = 15.23%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 28.48%
G = 15.23%
B = 56.29%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562EAA (or 0x562EAA) is known color: Purple Heart. HEX triplet: 56, 2E and AA. RGB value is (86,46,170). Sum of RGB (Red+Green+Blue) = 86+46+170=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #562EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562EAA is #A9D155. Grayscale: #474747. Windows color (decimal): -11129174 or 11152982. OLE color: 11152982.

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

Color convert

RGB 86 46 170 -
CMYK 0.49 0.73 0 0.33
HSL 259.35º 0.57% 0.42% -
HSV(B) 259.35º 0.73% 0.67% -
XYZ 12.07 6.83 38.71 -
YUV 72.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 86 46 170 0.49 0.73 0 0.33 259.35 0.57 0.42
Hex 56 2E AA 31 49 0 21 103 39 2A
Octal 126 56 252 61 111 0 41 403 71 52
Binary 1010110 101110 10101010 110001 1001001 0 100001 100000011 111001 101010

Color Harmonies of #562EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EAA

Black with #562EAA

Text Example


Text Example

White with #562EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #562EAA;
 }
 .AnyTagClassName
 {
   color: #562EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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