Html Css Color HEX #82005F Eggplant

📋 copy color: '#82005F'

red 130 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #82005F

Tints of Eggplant #82005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 57.78%
G = 0%
B = 42.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82005F (or 0x82005F) is known color: Eggplant. HEX triplet: 82, 00 and 5F. RGB value is (130,0,95). Sum of RGB (Red+Green+Blue) = 130+0+95=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005F is #7DFFA0. Grayscale: #313131. Windows color (decimal): -8257441 or 6226050. OLE color: 6226050.

HSL color Cylindrical-coordinate representation of color #82005F: hue angle of 316.15º 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 #82005F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 95 -
CMYK 0 1 0.27 0.49
HSL 316.15º 1% 0.25% -
HSV(B) 316.15º 1% 0.51% -
XYZ 11.27 5.57 11.31 -
YUV 49.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 130 0 95 0 1 0.27 0.49 316.15 1 0.25
Hex 82 0 5F 0 64 1B 31 13C 64 19
Octal 202 0 137 0 144 33 61 474 144 31
Binary 10000010 0 1011111 0 1100100 11011 110001 100111100 1100100 11001

Color Harmonies of #82005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82005F

Black with #82005F

Text Example


Text Example

White with #82005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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