Html Css Color HEX #560DCD Purple Heart

📋 copy color: '#560DCD'

red 86 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #560DCD

Tints of Purple Heart #560DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 28.29%
G = 4.28%
B = 67.43%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#560DCD (or 0x560DCD) is known color: Purple Heart. HEX triplet: 56, 0D and CD. RGB value is (86,13,205). Sum of RGB (Red+Green+Blue) = 86+13+205=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #560DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DCD is #A9F232. Grayscale: #383838. Windows color (decimal): -11137587 or 13438294. OLE color: 13438294.

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

Color convert

RGB 86 13 205 -
CMYK 0.58 0.94 0 0.20
HSL 262.81º 0.88% 0.43% -
HSV(B) 262.81º 0.94% 0.8% -
XYZ 15 6.67 58.26 -
YUV 56.72 211.68 148.89 -
System Red Green Blue C M Y K H S L
Decimal 86 13 205 0.58 0.94 0 0.20 262.81 0.88 0.43
Hex 56 D CD 3A 5E 0 14 107 58 2B
Octal 126 15 315 72 136 0 24 407 130 53
Binary 1010110 1101 11001101 111010 1011110 0 10100 100000111 1011000 101011

Color Harmonies of #560DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560DCD

Black with #560DCD

Text Example


Text Example

White with #560DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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