#850052

Color #850052 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #850052

Tints of Eggplant #850052

Color information

#850052 (or 0x850052) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 52. RGB value is (133,0,82). Sum of RGB (Red+Green+Blue) = 133+0+82=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #850052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850052 is #7AFFAD. Grayscale: #303030. Windows color (decimal): -8060846 or 5374085. OLE color: 5374085.

HSL color Cylindrical-coordinate representation of color #850052: hue angle of 323.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850052 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB133082-
CMYK010.380.48
HSL323.01º100%26.08%-
HSV(B)323.01º100%52.16%-
XYZ11.25.68.47-
YUV49.11146.56187.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=61.86%
G=0%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133082010.380.48323.0110026.08
Hex850520642630143641a
Octal20501220144466050314432
Binary100001010101001001100100100110110000101000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850052; }

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

 H1.HeaderClassName
 {
   color: #850052;
 }
 .AnyTagClassName
 {
   color: #850052;
 }
</style>
background-color css

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

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

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

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

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

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