Html Css Color HEX #560CCC Purple Heart

📋 copy color: '#560CCC'

red 86 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #560CCC

Tints of Purple Heart #560CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 204 (80.08% from 255) = 67.55%

R = 28.48%
G = 3.97%
B = 67.55%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#560CCC (or 0x560CCC) is known color: Purple Heart. HEX triplet: 56, 0C and CC. RGB value is (86,12,204). Sum of RGB (Red+Green+Blue) = 86+12+204=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #560CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560CCC is #A9F333. Grayscale: #373737. Windows color (decimal): -11137844 or 13372502. OLE color: 13372502.

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

Color convert

RGB 86 12 204 -
CMYK 0.58 0.94 0 0.2
HSL 263.13º 0.89% 0.42% -
HSV(B) 263.13º 0.94% 0.8% -
XYZ 14.87 6.6 57.62 -
YUV 56.01 211.52 149.39 -
System Red Green Blue C M Y K H S L
Decimal 86 12 204 0.58 0.94 0 0.2 263.13 0.89 0.42
Hex 56 C CC 3A 5E 0 14 107 59 2A
Octal 126 14 314 72 136 0 24 407 131 52
Binary 1010110 1100 11001100 111010 1011110 0 10100 100000111 1011001 101010

Color Harmonies of #560CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560CCC

Black with #560CCC

Text Example


Text Example

White with #560CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,12,204); }

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

background-color css

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

 a { background-color: rgb(86,12,204); }

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

border-color css

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

 span { border-color: rgb(86,12,204); }

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