Html Css Color HEX #850751 Eggplant

📋 copy color: '#850751'

red 133 ◦ green 7 ◦ blue 81

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

Shades of Eggplant #850751

Tints of Eggplant #850751

RGB

 RED value IS 133 (52.34% from 255) = 60.18%

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

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

R = 60.18%
G = 3.17%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#850751 (or 0x850751) is known color: Eggplant. HEX triplet: 85, 07 and 51. RGB value is (133,7,81). Sum of RGB (Red+Green+Blue) = 133+7+81=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850751 is #7AF8AE. Grayscale: #343434. Windows color (decimal): -8059055 or 5310341. OLE color: 5310341.

HSL color Cylindrical-coordinate representation of color #850751: hue angle of 324.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850751 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 81 -
CMYK 0 0.95 0.39 0.48
HSL 324.76º 0.9% 0.27% -
HSV(B) 324.76º 0.95% 0.52% -
XYZ 11.23 5.73 8.3 -
YUV 53.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 133 7 81 0 0.95 0.39 0.48 324.76 0.9 0.27
Hex 85 7 51 0 5F 27 30 145 5A 1B
Octal 205 7 121 0 137 47 60 505 132 33
Binary 10000101 111 1010001 0 1011111 100111 110000 101000101 1011010 11011

Color Harmonies of #850751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850751

Black with #850751

Text Example


Text Example

White with #850751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850751; }

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

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

background-color css

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

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

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

border-color css

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

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

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