Html Css Color HEX #562ABB Purple Heart

📋 copy color: '#562ABB'

red 86 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #562ABB

Tints of Purple Heart #562ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 27.3%
G = 13.33%
B = 59.37%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#562ABB (or 0x562ABB) is known color: Purple Heart. HEX triplet: 56, 2A and BB. RGB value is (86,42,187). Sum of RGB (Red+Green+Blue) = 86+42+187=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #562ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ABB is #A9D544. Grayscale: #474747. Windows color (decimal): -11130181 or 12266070. OLE color: 12266070.

HSL color Cylindrical-coordinate representation of color #562ABB: hue angle of 258.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562ABB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 42 187 -
CMYK 0.54 0.78 0 0.27
HSL 258.21º 0.63% 0.45% -
HSV(B) 258.21º 0.78% 0.73% -
XYZ 13.64 7.22 47.69 -
YUV 71.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 86 42 187 0.54 0.78 0 0.27 258.21 0.63 0.45
Hex 56 2A BB 36 4E 0 1B 102 3F 2D
Octal 126 52 273 66 116 0 33 402 77 55
Binary 1010110 101010 10111011 110110 1001110 0 11011 100000010 111111 101101

Color Harmonies of #562ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562ABB

Black with #562ABB

Text Example


Text Example

White with #562ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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