Html Css Color HEX #820058 Eggplant

📋 copy color: '#820058'

red 130 ◦ green 0 ◦ blue 88

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

Shades of Eggplant #820058

Tints of Eggplant #820058

RGB

 RED value IS 130 (51.17% from 255) = 59.63%

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

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

R = 59.63%
G = 0%
B = 40.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820058 (or 0x820058) is known color: Eggplant. HEX triplet: 82, 00 and 58. RGB value is (130,0,88). Sum of RGB (Red+Green+Blue) = 130+0+88=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820058 is #7DFFA7. Grayscale: #303030. Windows color (decimal): -8257448 or 5767298. OLE color: 5767298.

HSL color Cylindrical-coordinate representation of color #820058: hue angle of 319.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820058 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 88 -
CMYK 0 1 0.32 0.49
HSL 319.38º 1% 0.25% -
HSV(B) 319.38º 1% 0.51% -
XYZ 10.97 5.45 9.71 -
YUV 48.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 130 0 88 0 1 0.32 0.49 319.38 1 0.25
Hex 82 0 58 0 64 20 31 13F 64 19
Octal 202 0 130 0 144 40 61 477 144 31
Binary 10000010 0 1011000 0 1100100 100000 110001 100111111 1100100 11001

Color Harmonies of #820058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820058

Black with #820058

Text Example


Text Example

White with #820058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820058; }

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

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

background-color css

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

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

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

border-color css

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

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

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