Html Css Color HEX #860751 Eggplant

📋 copy color: '#860751'

red 134 ◦ green 7 ◦ blue 81

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

Shades of Eggplant #860751

Tints of Eggplant #860751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 60.36%
G = 3.15%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#860751 (or 0x860751) is known color: Eggplant. HEX triplet: 86, 07 and 51. RGB value is (134,7,81). Sum of RGB (Red+Green+Blue) = 134+7+81=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860751 is #79F8AE. Grayscale: #353535. Windows color (decimal): -7993519 or 5310342. OLE color: 5310342.

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

Color convert

RGB 134 7 81 -
CMYK 0 0.95 0.40 0.47
HSL 325.04º 0.9% 0.28% -
HSV(B) 325.04º 0.95% 0.53% -
XYZ 11.39 5.81 8.31 -
YUV 53.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 134 7 81 0 0.95 0.40 0.47 325.04 0.9 0.28
Hex 86 7 51 0 5F 28 2F 145 5A 1C
Octal 206 7 121 0 137 50 57 505 132 34
Binary 10000110 111 1010001 0 1011111 101000 101111 101000101 1011010 11100

Color Harmonies of #860751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860751

Black with #860751

Text Example


Text Example

White with #860751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860751; }

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

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

background-color css

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

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

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

border-color css

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

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

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