Html Css Color HEX #560EC3 Purple Heart

📋 copy color: '#560EC3'

red 86 ◦ green 14 ◦ blue 195

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

Shades of Purple Heart #560EC3

Tints of Purple Heart #560EC3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 195 (76.56% from 255) = 66.1%

R = 29.15%
G = 4.75%
B = 66.1%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#560EC3 (or 0x560EC3) is known color: Purple Heart. HEX triplet: 56, 0E and C3. RGB value is (86,14,195). Sum of RGB (Red+Green+Blue) = 86+14+195=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #560EC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EC3 is #A9F13C. Grayscale: #373737. Windows color (decimal): -11137341 or 12783190. OLE color: 12783190.

HSL color Cylindrical-coordinate representation of color #560EC3: hue angle of 263.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560EC3 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 14 195 -
CMYK 0.56 0.93 0 0.24
HSL 263.87º 0.87% 0.41% -
HSV(B) 263.87º 0.93% 0.76% -
XYZ 13.85 6.23 52.1 -
YUV 56.16 206.35 149.28 -
System Red Green Blue C M Y K H S L
Decimal 86 14 195 0.56 0.93 0 0.24 263.87 0.87 0.41
Hex 56 E C3 38 5D 0 18 108 57 29
Octal 126 16 303 70 135 0 30 410 127 51
Binary 1010110 1110 11000011 111000 1011101 0 11000 100001000 1010111 101001

Color Harmonies of #560EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560EC3

Black with #560EC3

Text Example


Text Example

White with #560EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,14,195); }

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

background-color css

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

 a { background-color: rgb(86,14,195); }

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

border-color css

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

 span { border-color: rgb(86,14,195); }

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