Html Css Color HEX #82075C Eggplant

📋 copy color: '#82075C'

red 130 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #82075C

Tints of Eggplant #82075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 56.77%
G = 3.06%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82075C (or 0x82075C) is known color: Eggplant. HEX triplet: 82, 07 and 5C. RGB value is (130,7,92). Sum of RGB (Red+Green+Blue) = 130+7+92=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82075C is #7DF8A3. Grayscale: #353535. Windows color (decimal): -8255652 or 6031234. OLE color: 6031234.

HSL color Cylindrical-coordinate representation of color #82075C: hue angle of 318.54º 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 #82075C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 7 92 -
CMYK 0 0.95 0.29 0.49
HSL 318.54º 0.9% 0.27% -
HSV(B) 318.54º 0.95% 0.51% -
XYZ 11.21 5.67 10.63 -
YUV 53.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 130 7 92 0 0.95 0.29 0.49 318.54 0.9 0.27
Hex 82 7 5C 0 5F 1D 31 13F 5A 1B
Octal 202 7 134 0 137 35 61 477 132 33
Binary 10000010 111 1011100 0 1011111 11101 110001 100111111 1011010 11011

Color Harmonies of #82075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82075C

Black with #82075C

Text Example


Text Example

White with #82075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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