Html Css Color HEX #860765 Eggplant

📋 copy color: '#860765'

red 134 ◦ green 7 ◦ blue 101

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

Shades of Eggplant #860765

Tints of Eggplant #860765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 55.37%
G = 2.89%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#860765 (or 0x860765) is known color: Eggplant. HEX triplet: 86, 07 and 65. RGB value is (134,7,101). Sum of RGB (Red+Green+Blue) = 134+7+101=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #860765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860765 is #79F89A. Grayscale: #373737. Windows color (decimal): -7993499 or 6621062. OLE color: 6621062.

HSL color Cylindrical-coordinate representation of color #860765: hue angle of 315.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860765 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 101 -
CMYK 0 0.95 0.25 0.47
HSL 315.59º 0.9% 0.28% -
HSV(B) 315.59º 0.95% 0.53% -
XYZ 12.26 6.16 12.85 -
YUV 55.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 134 7 101 0 0.95 0.25 0.47 315.59 0.9 0.28
Hex 86 7 65 0 5F 19 2F 13C 5A 1C
Octal 206 7 145 0 137 31 57 474 132 34
Binary 10000110 111 1100101 0 1011111 11001 101111 100111100 1011010 11100

Color Harmonies of #860765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860765

Black with #860765

Text Example


Text Example

White with #860765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860765; }

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

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

background-color css

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

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

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

border-color css

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

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

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