Html Css Color HEX #562AAB Purple Heart

📋 copy color: '#562AAB'

red 86 ◦ green 42 ◦ blue 171

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

Shades of Purple Heart #562AAB

Tints of Purple Heart #562AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 28.76%
G = 14.05%
B = 57.19%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562AAB (or 0x562AAB) is known color: Purple Heart. HEX triplet: 56, 2A and AB. RGB value is (86,42,171). Sum of RGB (Red+Green+Blue) = 86+42+171=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #562AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AAB is #A9D554. Grayscale: #454545. Windows color (decimal): -11130197 or 11217494. OLE color: 11217494.

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

Color convert

RGB 86 42 171 -
CMYK 0.50 0.75 0 0.33
HSL 260.47º 0.61% 0.42% -
HSV(B) 260.47º 0.75% 0.67% -
XYZ 12.02 6.57 39.16 -
YUV 69.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 86 42 171 0.50 0.75 0 0.33 260.47 0.61 0.42
Hex 56 2A AB 32 4B 0 21 104 3D 2A
Octal 126 52 253 62 113 0 41 404 75 52
Binary 1010110 101010 10101011 110010 1001011 0 100001 100000100 111101 101010

Color Harmonies of #562AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562AAB

Black with #562AAB

Text Example


Text Example

White with #562AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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