Html Css Color HEX #560FCD Purple Heart

📋 copy color: '#560FCD'

red 86 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #560FCD

Tints of Purple Heart #560FCD

RGB

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

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

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

R = 28.1%
G = 4.9%
B = 66.99%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#560FCD (or 0x560FCD) is known color: Purple Heart. HEX triplet: 56, 0F and CD. RGB value is (86,15,205). Sum of RGB (Red+Green+Blue) = 86+15+205=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #560FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FCD is #A9F032. Grayscale: #393939. Windows color (decimal): -11137075 or 13438806. OLE color: 13438806.

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

Color convert

RGB 86 15 205 -
CMYK 0.58 0.93 0 0.20
HSL 262.42º 0.86% 0.43% -
HSV(B) 262.42º 0.93% 0.8% -
XYZ 15.03 6.73 58.26 -
YUV 57.89 211.02 148.05 -
System Red Green Blue C M Y K H S L
Decimal 86 15 205 0.58 0.93 0 0.20 262.42 0.86 0.43
Hex 56 F CD 3A 5D 0 14 106 56 2B
Octal 126 17 315 72 135 0 24 406 126 53
Binary 1010110 1111 11001101 111010 1011101 0 10100 100000110 1010110 101011

Color Harmonies of #560FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FCD

Black with #560FCD

Text Example


Text Example

White with #560FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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