Html Css Color HEX #860565 Eggplant

📋 copy color: '#860565'

red 134 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #860565

Tints of Eggplant #860565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 55.83%
G = 2.08%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#860565 (or 0x860565) is known color: Eggplant. HEX triplet: 86, 05 and 65. RGB value is (134,5,101). Sum of RGB (Red+Green+Blue) = 134+5+101=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #860565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860565 is #79FA9A. Grayscale: #363636. Windows color (decimal): -7994011 or 6620550. OLE color: 6620550.

HSL color Cylindrical-coordinate representation of color #860565: hue angle of 315.35º 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 #860565 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 101 -
CMYK 0 0.96 0.25 0.47
HSL 315.35º 0.93% 0.27% -
HSV(B) 315.35º 0.96% 0.53% -
XYZ 12.23 6.12 12.85 -
YUV 54.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 134 5 101 0 0.96 0.25 0.47 315.35 0.93 0.27
Hex 86 5 65 0 60 19 2F 13B 5D 1B
Octal 206 5 145 0 140 31 57 473 135 33
Binary 10000110 101 1100101 0 1100000 11001 101111 100111011 1011101 11011

Color Harmonies of #860565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860565

Black with #860565

Text Example


Text Example

White with #860565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860565; }

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

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

background-color css

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

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

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

border-color css

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

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

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