Html Css Color HEX #562CAA Purple Heart

📋 copy color: '#562CAA'

red 86 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #562CAA

Tints of Purple Heart #562CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 28.67%
G = 14.67%
B = 56.67%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562CAA (or 0x562CAA) is known color: Purple Heart. HEX triplet: 56, 2C and AA. RGB value is (86,44,170). Sum of RGB (Red+Green+Blue) = 86+44+170=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #562CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562CAA is #A9D355. Grayscale: #464646. Windows color (decimal): -11129686 or 11152470. OLE color: 11152470.

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

Color convert

RGB 86 44 170 -
CMYK 0.49 0.74 0 0.33
HSL 260º 0.59% 0.42% -
HSV(B) 260º 0.74% 0.67% -
XYZ 11.99 6.68 38.69 -
YUV 70.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 86 44 170 0.49 0.74 0 0.33 260 0.59 0.42
Hex 56 2C AA 31 4A 0 21 104 3B 2A
Octal 126 54 252 61 112 0 41 404 73 52
Binary 1010110 101100 10101010 110001 1001010 0 100001 100000100 111011 101010

Color Harmonies of #562CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562CAA

Black with #562CAA

Text Example


Text Example

White with #562CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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