Html Css Color HEX #560DC9 Purple Heart

📋 copy color: '#560DC9'

red 86 ◦ green 13 ◦ blue 201

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

Shades of Purple Heart #560DC9

Tints of Purple Heart #560DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67%

R = 28.67%
G = 4.33%
B = 67%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#560DC9 (or 0x560DC9) is known color: Purple Heart. HEX triplet: 56, 0D and C9. RGB value is (86,13,201). Sum of RGB (Red+Green+Blue) = 86+13+201=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #560DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DC9 is #A9F236. Grayscale: #373737. Windows color (decimal): -11137591 or 13176150. OLE color: 13176150.

HSL color Cylindrical-coordinate representation of color #560DC9: hue angle of 263.3º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DC9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 13 201 -
CMYK 0.57 0.94 0 0.21
HSL 263.3º 0.88% 0.42% -
HSV(B) 263.3º 0.94% 0.79% -
XYZ 14.52 6.48 55.74 -
YUV 56.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 86 13 201 0.57 0.94 0 0.21 263.3 0.88 0.42
Hex 56 D C9 39 5E 0 15 107 58 2A
Octal 126 15 311 71 136 0 25 407 130 52
Binary 1010110 1101 11001001 111001 1011110 0 10101 100000111 1011000 101010

Color Harmonies of #560DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560DC9

Black with #560DC9

Text Example


Text Example

White with #560DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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