Html Css Color HEX #562AAA Purple Heart

📋 copy color: '#562AAA'

red 86 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #562AAA

Tints of Purple Heart #562AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

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

R = 28.86%
G = 14.09%
B = 57.05%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562AAA (or 0x562AAA) is known color: Purple Heart. HEX triplet: 56, 2A and AA. RGB value is (86,42,170). Sum of RGB (Red+Green+Blue) = 86+42+170=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #562AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AAA is #A9D555. Grayscale: #454545. Windows color (decimal): -11130198 or 11151958. OLE color: 11151958.

HSL color Cylindrical-coordinate representation of color #562AAA: hue angle of 260.62º degrees, saturation: 0.6, 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 #562AAA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 42 170 -
CMYK 0.49 0.75 0 0.33
HSL 260.63º 0.6% 0.42% -
HSV(B) 260.63º 0.75% 0.67% -
XYZ 11.92 6.54 38.66 -
YUV 69.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 86 42 170 0.49 0.75 0 0.33 260.63 0.6 0.42
Hex 56 2A AA 31 4B 0 21 105 3C 2A
Octal 126 52 252 61 113 0 41 405 74 52
Binary 1010110 101010 10101010 110001 1001011 0 100001 100000101 111100 101010

Color Harmonies of #562AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562AAA

Black with #562AAA

Text Example


Text Example

White with #562AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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