Html Css Color HEX #560FAA Purple Heart

📋 copy color: '#560FAA'

red 86 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #560FAA

Tints of Purple Heart #560FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 31.73%
G = 5.54%
B = 62.73%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#560FAA (or 0x560FAA) is known color: Purple Heart. HEX triplet: 56, 0F and AA. RGB value is (86,15,170). Sum of RGB (Red+Green+Blue) = 86+15+170=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #560FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FAA is #A9F055. Grayscale: #353535. Windows color (decimal): -11137110 or 11145046. OLE color: 11145046.

HSL color Cylindrical-coordinate representation of color #560FAA: hue angle of 267.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560FAA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 15 170 -
CMYK 0.49 0.91 0 0.33
HSL 267.48º 0.84% 0.36% -
HSV(B) 267.48º 0.91% 0.67% -
XYZ 11.26 5.22 38.44 -
YUV 53.9 193.52 150.9 -
System Red Green Blue C M Y K H S L
Decimal 86 15 170 0.49 0.91 0 0.33 267.48 0.84 0.36
Hex 56 F AA 31 5B 0 21 10B 54 24
Octal 126 17 252 61 133 0 41 413 124 44
Binary 1010110 1111 10101010 110001 1011011 0 100001 100001011 1010100 100100

Color Harmonies of #560FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FAA

Black with #560FAA

Text Example


Text Example

White with #560FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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