Html Css Color HEX #560FAE Purple Heart

📋 copy color: '#560FAE'

red 86 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #560FAE

Tints of Purple Heart #560FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 31.27%
G = 5.45%
B = 63.27%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#560FAE (or 0x560FAE) is known color: Purple Heart. HEX triplet: 56, 0F and AE. RGB value is (86,15,174). Sum of RGB (Red+Green+Blue) = 86+15+174=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #560FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FAE is #A9F051. Grayscale: #353535. Windows color (decimal): -11137106 or 11407190. OLE color: 11407190.

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

Color convert

RGB 86 15 174 -
CMYK 0.51 0.91 0 0.32
HSL 266.79º 0.84% 0.37% -
HSV(B) 266.79º 0.91% 0.68% -
XYZ 11.65 5.38 40.47 -
YUV 54.36 195.52 150.57 -
System Red Green Blue C M Y K H S L
Decimal 86 15 174 0.51 0.91 0 0.32 266.79 0.84 0.37
Hex 56 F AE 33 5B 0 20 10B 54 25
Octal 126 17 256 63 133 0 40 413 124 45
Binary 1010110 1111 10101110 110011 1011011 0 100000 100001011 1010100 100101

Color Harmonies of #560FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FAE

Black with #560FAE

Text Example


Text Example

White with #560FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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