Html Css Color HEX #562FAB Purple Heart

📋 copy color: '#562FAB'

red 86 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #562FAB

Tints of Purple Heart #562FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

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

R = 28.29%
G = 15.46%
B = 56.25%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#562FAB (or 0x562FAB) is known color: Purple Heart. HEX triplet: 56, 2F and AB. RGB value is (86,47,171). Sum of RGB (Red+Green+Blue) = 86+47+171=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #562FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562FAB is #A9D054. Grayscale: #484848. Windows color (decimal): -11128917 or 11218774. OLE color: 11218774.

HSL color Cylindrical-coordinate representation of color #562FAB: hue angle of 258.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562FAB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 47 171 -
CMYK 0.50 0.73 0 0.33
HSL 258.87º 0.57% 0.43% -
HSV(B) 258.87º 0.73% 0.67% -
XYZ 12.2 6.95 39.23 -
YUV 72.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 86 47 171 0.50 0.73 0 0.33 258.87 0.57 0.43
Hex 56 2F AB 32 49 0 21 103 39 2B
Octal 126 57 253 62 111 0 41 403 71 53
Binary 1010110 101111 10101011 110010 1001001 0 100001 100000011 111001 101011

Color Harmonies of #562FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562FAB

Black with #562FAB

Text Example


Text Example

White with #562FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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