Html Css Color HEX #560ACD Purple Heart

📋 copy color: '#560ACD'

red 86 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #560ACD

Tints of Purple Heart #560ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 28.57%
G = 3.32%
B = 68.11%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#560ACD (or 0x560ACD) is known color: Purple Heart. HEX triplet: 56, 0A and CD. RGB value is (86,10,205). Sum of RGB (Red+Green+Blue) = 86+10+205=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #560ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ACD is #A9F532. Grayscale: #363636. Windows color (decimal): -11138355 or 13437526. OLE color: 13437526.

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

Color convert

RGB 86 10 205 -
CMYK 0.58 0.95 0 0.20
HSL 263.38º 0.91% 0.42% -
HSV(B) 263.38º 0.95% 0.8% -
XYZ 14.97 6.6 58.24 -
YUV 54.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 86 10 205 0.58 0.95 0 0.20 263.38 0.91 0.42
Hex 56 A CD 3A 5F 0 14 107 5B 2A
Octal 126 12 315 72 137 0 24 407 133 52
Binary 1010110 1010 11001101 111010 1011111 0 10100 100000111 1011011 101010

Color Harmonies of #560ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560ACD

Black with #560ACD

Text Example


Text Example

White with #560ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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