Html Css Color HEX #82074F Eggplant

📋 copy color: '#82074F'

red 130 ◦ green 7 ◦ blue 79

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

Shades of Eggplant #82074F

Tints of Eggplant #82074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 60.19%
G = 3.24%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82074F (or 0x82074F) is known color: Eggplant. HEX triplet: 82, 07 and 4F. RGB value is (130,7,79). Sum of RGB (Red+Green+Blue) = 130+7+79=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82074F is #7DF8B0. Grayscale: #333333. Windows color (decimal): -8255665 or 5179266. OLE color: 5179266.

HSL color Cylindrical-coordinate representation of color #82074F: hue angle of 324.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82074F is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 7 79 -
CMYK 0 0.95 0.39 0.49
HSL 324.88º 0.9% 0.27% -
HSV(B) 324.88º 0.95% 0.51% -
XYZ 10.69 5.46 7.89 -
YUV 51.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 130 7 79 0 0.95 0.39 0.49 324.88 0.9 0.27
Hex 82 7 4F 0 5F 27 31 145 5A 1B
Octal 202 7 117 0 137 47 61 505 132 33
Binary 10000010 111 1001111 0 1011111 100111 110001 101000101 1011010 11011

Color Harmonies of #82074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82074F

Black with #82074F

Text Example


Text Example

White with #82074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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