Html Css Color HEX #562DAB Purple Heart

📋 copy color: '#562DAB'

red 86 ◦ green 45 ◦ blue 171

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

Shades of Purple Heart #562DAB

Tints of Purple Heart #562DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 28.48%
G = 14.9%
B = 56.62%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562DAB (or 0x562DAB) is known color: Purple Heart. HEX triplet: 56, 2D and AB. RGB value is (86,45,171). Sum of RGB (Red+Green+Blue) = 86+45+171=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #562DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562DAB is #A9D254. Grayscale: #474747. Windows color (decimal): -11129429 or 11218262. OLE color: 11218262.

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

Color convert

RGB 86 45 171 -
CMYK 0.50 0.74 0 0.33
HSL 259.52º 0.58% 0.42% -
HSV(B) 259.52º 0.74% 0.67% -
XYZ 12.13 6.8 39.2 -
YUV 71.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 86 45 171 0.50 0.74 0 0.33 259.52 0.58 0.42
Hex 56 2D AB 32 4A 0 21 104 3A 2A
Octal 126 55 253 62 112 0 41 404 72 52
Binary 1010110 101101 10101011 110010 1001010 0 100001 100000100 111010 101010

Color Harmonies of #562DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562DAB

Black with #562DAB

Text Example


Text Example

White with #562DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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