Html Css Color HEX #82055C Eggplant

📋 copy color: '#82055C'

red 130 ◦ green 5 ◦ blue 92

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

Shades of Eggplant #82055C

Tints of Eggplant #82055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 57.27%
G = 2.2%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82055C (or 0x82055C) is known color: Eggplant. HEX triplet: 82, 05 and 5C. RGB value is (130,5,92). Sum of RGB (Red+Green+Blue) = 130+5+92=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82055C is #7DFAA3. Grayscale: #343434. Windows color (decimal): -8256164 or 6030722. OLE color: 6030722.

HSL color Cylindrical-coordinate representation of color #82055C: hue angle of 318.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82055C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 92 -
CMYK 0 0.96 0.29 0.49
HSL 318.24º 0.93% 0.26% -
HSV(B) 318.24º 0.96% 0.51% -
XYZ 11.19 5.63 10.62 -
YUV 52.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 130 5 92 0 0.96 0.29 0.49 318.24 0.93 0.26
Hex 82 5 5C 0 60 1D 31 13E 5D 1A
Octal 202 5 134 0 140 35 61 476 135 32
Binary 10000010 101 1011100 0 1100000 11101 110001 100111110 1011101 11010

Color Harmonies of #82055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82055C

Black with #82055C

Text Example


Text Example

White with #82055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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