Html Css Color HEX #850752 Eggplant

📋 copy color: '#850752'

red 133 ◦ green 7 ◦ blue 82

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

Shades of Eggplant #850752

Tints of Eggplant #850752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 59.91%
G = 3.15%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850752 (or 0x850752) is known color: Eggplant. HEX triplet: 85, 07 and 52. RGB value is (133,7,82). Sum of RGB (Red+Green+Blue) = 133+7+82=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850752 is #7AF8AD. Grayscale: #353535. Windows color (decimal): -8059054 or 5375877. OLE color: 5375877.

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

Color convert

RGB 133 7 82 -
CMYK 0 0.95 0.38 0.48
HSL 324.29º 0.9% 0.27% -
HSV(B) 324.29º 0.95% 0.52% -
XYZ 11.27 5.75 8.5 -
YUV 53.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 133 7 82 0 0.95 0.38 0.48 324.29 0.9 0.27
Hex 85 7 52 0 5F 26 30 144 5A 1B
Octal 205 7 122 0 137 46 60 504 132 33
Binary 10000101 111 1010010 0 1011111 100110 110000 101000100 1011010 11011

Color Harmonies of #850752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850752

Black with #850752

Text Example


Text Example

White with #850752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850752; }

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

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

background-color css

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

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

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

border-color css

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

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

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