Html Css Color HEX #560EAE Purple Heart

📋 copy color: '#560EAE'

red 86 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #560EAE

Tints of Purple Heart #560EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

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

R = 31.39%
G = 5.11%
B = 63.5%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#560EAE (or 0x560EAE) is known color: Purple Heart. HEX triplet: 56, 0E and AE. RGB value is (86,14,174). Sum of RGB (Red+Green+Blue) = 86+14+174=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #560EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560EAE is #A9F151. Grayscale: #353535. Windows color (decimal): -11137362 or 11406934. OLE color: 11406934.

HSL color Cylindrical-coordinate representation of color #560EAE: hue angle of 267º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560EAE is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 14 174 -
CMYK 0.51 0.92 0 0.32
HSL 267º 0.85% 0.37% -
HSV(B) 267º 0.92% 0.68% -
XYZ 11.63 5.35 40.46 -
YUV 53.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 86 14 174 0.51 0.92 0 0.32 267 0.85 0.37
Hex 56 E AE 33 5C 0 20 10B 55 25
Octal 126 16 256 63 134 0 40 413 125 45
Binary 1010110 1110 10101110 110011 1011100 0 100000 100001011 1010101 100101

Color Harmonies of #560EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560EAE

Black with #560EAE

Text Example


Text Example

White with #560EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560EAE; }

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

 H1.HeaderClassName
 {
   color: #560EAE;
 }
 .AnyTagClassName
 {
   color: #560EAE;
 }
</style>

background-color css

<style>
 a { background-color: #560EAE; }

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

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

border-color css

<style>
 span { border-color: #560EAE; }

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

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