Html Css Color HEX #82054F Eggplant

📋 copy color: '#82054F'

red 130 ◦ green 5 ◦ blue 79

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

Shades of Eggplant #82054F

Tints of Eggplant #82054F

RGB

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

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

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

R = 60.75%
G = 2.34%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82054F (or 0x82054F) is known color: Eggplant. HEX triplet: 82, 05 and 4F. RGB value is (130,5,79). Sum of RGB (Red+Green+Blue) = 130+5+79=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82054F is #7DFAB0. Grayscale: #323232. Windows color (decimal): -8256177 or 5178754. OLE color: 5178754.

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

Color convert

RGB 130 5 79 -
CMYK 0 0.96 0.39 0.49
HSL 324.48º 0.93% 0.26% -
HSV(B) 324.48º 0.96% 0.51% -
XYZ 10.67 5.42 7.88 -
YUV 50.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 130 5 79 0 0.96 0.39 0.49 324.48 0.93 0.26
Hex 82 5 4F 0 60 27 31 144 5D 1A
Octal 202 5 117 0 140 47 61 504 135 32
Binary 10000010 101 1001111 0 1100000 100111 110001 101000100 1011101 11010

Color Harmonies of #82054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82054F

Black with #82054F

Text Example


Text Example

White with #82054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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