Html Css Color HEX #820754 Eggplant

📋 copy color: '#820754'

red 130 ◦ green 7 ◦ blue 84

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

Shades of Eggplant #820754

Tints of Eggplant #820754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 58.82%
G = 3.17%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#820754 (or 0x820754) is known color: Eggplant. HEX triplet: 82, 07 and 54. RGB value is (130,7,84). Sum of RGB (Red+Green+Blue) = 130+7+84=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820754 is #7DF8AB. Grayscale: #343434. Windows color (decimal): -8255660 or 5506946. OLE color: 5506946.

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

Color convert

RGB 130 7 84 -
CMYK 0 0.95 0.35 0.49
HSL 322.44º 0.9% 0.27% -
HSV(B) 322.44º 0.95% 0.51% -
XYZ 10.88 5.54 8.88 -
YUV 52.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 130 7 84 0 0.95 0.35 0.49 322.44 0.9 0.27
Hex 82 7 54 0 5F 23 31 142 5A 1B
Octal 202 7 124 0 137 43 61 502 132 33
Binary 10000010 111 1010100 0 1011111 100011 110001 101000010 1011010 11011

Color Harmonies of #820754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820754

Black with #820754

Text Example


Text Example

White with #820754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820754; }

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

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

background-color css

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

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

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

border-color css

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

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

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