Html Css Color HEX #560ACE Purple Heart

📋 copy color: '#560ACE'

red 86 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #560ACE

Tints of Purple Heart #560ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 28.48%
G = 3.31%
B = 68.21%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#560ACE (or 0x560ACE) is known color: Purple Heart. HEX triplet: 56, 0A and CE. RGB value is (86,10,206). Sum of RGB (Red+Green+Blue) = 86+10+206=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #560ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ACE is #A9F531. Grayscale: #363636. Windows color (decimal): -11138354 or 13503062. OLE color: 13503062.

HSL color Cylindrical-coordinate representation of color #560ACE: hue angle of 263.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560ACE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 10 206 -
CMYK 0.58 0.95 0 0.19
HSL 263.27º 0.91% 0.42% -
HSV(B) 263.27º 0.95% 0.81% -
XYZ 15.09 6.65 58.88 -
YUV 55.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 86 10 206 0.58 0.95 0 0.19 263.27 0.91 0.42
Hex 56 A CE 3A 5F 0 13 107 5B 2A
Octal 126 12 316 72 137 0 23 407 133 52
Binary 1010110 1010 11001110 111010 1011111 0 10011 100000111 1011011 101010

Color Harmonies of #560ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560ACE

Black with #560ACE

Text Example


Text Example

White with #560ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,206); }

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

background-color css

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

 a { background-color: rgb(86,10,206); }

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

border-color css

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

 span { border-color: rgb(86,10,206); }

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