Html Css Color HEX #562BAE Purple Heart

📋 copy color: '#562BAE'

red 86 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #562BAE

Tints of Purple Heart #562BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 28.38%
G = 14.19%
B = 57.43%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#562BAE (or 0x562BAE) is known color: Purple Heart. HEX triplet: 56, 2B and AE. RGB value is (86,43,174). Sum of RGB (Red+Green+Blue) = 86+43+174=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #562BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562BAE is #A9D451. Grayscale: #464646. Windows color (decimal): -11129938 or 11414358. OLE color: 11414358.

HSL color Cylindrical-coordinate representation of color #562BAE: hue angle of 259.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562BAE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 43 174 -
CMYK 0.51 0.75 0 0.32
HSL 259.69º 0.6% 0.43% -
HSV(B) 259.69º 0.75% 0.68% -
XYZ 12.34 6.76 40.7 -
YUV 70.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 86 43 174 0.51 0.75 0 0.32 259.69 0.6 0.43
Hex 56 2B AE 33 4B 0 20 104 3C 2B
Octal 126 53 256 63 113 0 40 404 74 53
Binary 1010110 101011 10101110 110011 1001011 0 100000 100000100 111100 101011

Color Harmonies of #562BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BAE

Black with #562BAE

Text Example


Text Example

White with #562BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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