Html Css Color HEX #82004F Eggplant

📋 copy color: '#82004F'

red 130 ◦ green 0 ◦ blue 79

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

Shades of Eggplant #82004F

Tints of Eggplant #82004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 62.2%
G = 0%
B = 37.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82004F (or 0x82004F) is known color: Eggplant. HEX triplet: 82, 00 and 4F. RGB value is (130,0,79). Sum of RGB (Red+Green+Blue) = 130+0+79=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82004F is #7DFFB0. Grayscale: #2F2F2F. Windows color (decimal): -8257457 or 5177474. OLE color: 5177474.

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

Color convert

RGB 130 0 79 -
CMYK 0 1 0.39 0.49
HSL 323.54º 1% 0.25% -
HSV(B) 323.54º 1% 0.51% -
XYZ 10.62 5.31 7.86 -
YUV 47.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 130 0 79 0 1 0.39 0.49 323.54 1 0.25
Hex 82 0 4F 0 64 27 31 144 64 19
Octal 202 0 117 0 144 47 61 504 144 31
Binary 10000010 0 1001111 0 1100100 100111 110001 101000100 1100100 11001

Color Harmonies of #82004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82004F

Black with #82004F

Text Example


Text Example

White with #82004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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