Html Css Color HEX #850058 Eggplant

📋 copy color: '#850058'

red 133 ◦ green 0 ◦ blue 88

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

Shades of Eggplant #850058

Tints of Eggplant #850058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 60.18%
G = 0%
B = 39.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#850058 (or 0x850058) is known color: Eggplant. HEX triplet: 85, 00 and 58. RGB value is (133,0,88). Sum of RGB (Red+Green+Blue) = 133+0+88=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850058 is #7AFFA7. Grayscale: #313131. Windows color (decimal): -8060840 or 5767301. OLE color: 5767301.

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

Color convert

RGB 133 0 88 -
CMYK 0 1 0.34 0.48
HSL 320.3º 1% 0.26% -
HSV(B) 320.3º 1% 0.52% -
XYZ 11.43 5.69 9.73 -
YUV 49.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 133 0 88 0 1 0.34 0.48 320.3 1 0.26
Hex 85 0 58 0 64 22 30 140 64 1A
Octal 205 0 130 0 144 42 60 500 144 32
Binary 10000101 0 1011000 0 1100100 100010 110000 101000000 1100100 11010

Color Harmonies of #850058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850058

Black with #850058

Text Example


Text Example

White with #850058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850058; }

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

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

background-color css

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

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

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

border-color css

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

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

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