Html Css Color HEX #560FAF Purple Heart

📋 copy color: '#560FAF'

red 86 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #560FAF

Tints of Purple Heart #560FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.41%

R = 31.16%
G = 5.43%
B = 63.41%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#560FAF (or 0x560FAF) is known color: Purple Heart. HEX triplet: 56, 0F and AF. RGB value is (86,15,175). Sum of RGB (Red+Green+Blue) = 86+15+175=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #560FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FAF is #A9F050. Grayscale: #353535. Windows color (decimal): -11137105 or 11472726. OLE color: 11472726.

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

Color convert

RGB 86 15 175 -
CMYK 0.51 0.91 0 0.31
HSL 266.63º 0.84% 0.37% -
HSV(B) 266.63º 0.91% 0.69% -
XYZ 11.75 5.42 40.98 -
YUV 54.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 86 15 175 0.51 0.91 0 0.31 266.63 0.84 0.37
Hex 56 F AF 33 5B 0 1F 10B 54 25
Octal 126 17 257 63 133 0 37 413 124 45
Binary 1010110 1111 10101111 110011 1011011 0 11111 100001011 1010100 100101

Color Harmonies of #560FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FAF

Black with #560FAF

Text Example


Text Example

White with #560FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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