Html Css Color HEX #562FAE Purple Heart

📋 copy color: '#562FAE'

red 86 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #562FAE

Tints of Purple Heart #562FAE

RGB

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

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

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

R = 28.01%
G = 15.31%
B = 56.68%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#562FAE (or 0x562FAE) is known color: Purple Heart. HEX triplet: 56, 2F and AE. RGB value is (86,47,174). Sum of RGB (Red+Green+Blue) = 86+47+174=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #562FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562FAE is #A9D051. Grayscale: #484848. Windows color (decimal): -11128914 or 11415382. OLE color: 11415382.

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

Color convert

RGB 86 47 174 -
CMYK 0.51 0.73 0 0.32
HSL 258.43º 0.57% 0.43% -
HSV(B) 258.43º 0.73% 0.68% -
XYZ 12.49 7.07 40.75 -
YUV 73.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 86 47 174 0.51 0.73 0 0.32 258.43 0.57 0.43
Hex 56 2F AE 33 49 0 20 102 39 2B
Octal 126 57 256 63 111 0 40 402 71 53
Binary 1010110 101111 10101110 110011 1001001 0 100000 100000010 111001 101011

Color Harmonies of #562FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562FAE

Black with #562FAE

Text Example


Text Example

White with #562FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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