Html Css Color HEX #562BAB Purple Heart

📋 copy color: '#562BAB'

red 86 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #562BAB

Tints of Purple Heart #562BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

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

R = 28.67%
G = 14.33%
B = 57%

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

#562BAB (or 0x562BAB) is known color: Purple Heart. HEX triplet: 56, 2B and AB. RGB value is (86,43,171). Sum of RGB (Red+Green+Blue) = 86+43+171=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #562BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562BAB is #A9D454. Grayscale: #454545. Windows color (decimal): -11129941 or 11217750. OLE color: 11217750.

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

Color convert

RGB 86 43 171 -
CMYK 0.50 0.75 0 0.33
HSL 260.16º 0.6% 0.42% -
HSV(B) 260.16º 0.75% 0.67% -
XYZ 12.05 6.65 39.18 -
YUV 70.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 86 43 171 0.50 0.75 0 0.33 260.16 0.6 0.42
Hex 56 2B AB 32 4B 0 21 104 3C 2A
Octal 126 53 253 62 113 0 41 404 74 52
Binary 1010110 101011 10101011 110010 1001011 0 100001 100000100 111100 101010

Color Harmonies of #562BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BAB

Black with #562BAB

Text Example


Text Example

White with #562BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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