Html Css Color HEX #860563 Eggplant

📋 copy color: '#860563'

red 134 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #860563

Tints of Eggplant #860563

RGB

 RED value IS 134 (52.73% from 255) = 56.3%

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 56.3%
G = 2.1%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860563 (or 0x860563) is known color: Eggplant. HEX triplet: 86, 05 and 63. RGB value is (134,5,99). Sum of RGB (Red+Green+Blue) = 134+5+99=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #860563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860563 is #79FA9C. Grayscale: #363636. Windows color (decimal): -7994013 or 6489478. OLE color: 6489478.

HSL color Cylindrical-coordinate representation of color #860563: hue angle of 316.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860563 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 99 -
CMYK 0 0.96 0.26 0.47
HSL 316.28º 0.93% 0.27% -
HSV(B) 316.28º 0.96% 0.53% -
XYZ 12.14 6.08 12.34 -
YUV 54.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 134 5 99 0 0.96 0.26 0.47 316.28 0.93 0.27
Hex 86 5 63 0 60 1A 2F 13C 5D 1B
Octal 206 5 143 0 140 32 57 474 135 33
Binary 10000110 101 1100011 0 1100000 11010 101111 100111100 1011101 11011

Color Harmonies of #860563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860563

Black with #860563

Text Example


Text Example

White with #860563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860563; }

 p { color: rgb(134,5,99); }

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

background-color css

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

 a { background-color: rgb(134,5,99); }

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

border-color css

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

 span { border-color: rgb(134,5,99); }

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