Html Css Color HEX #820764 Eggplant

📋 copy color: '#820764'

red 130 ◦ green 7 ◦ blue 100

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

Shades of Eggplant #820764

Tints of Eggplant #820764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 54.85%
G = 2.95%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#820764 (or 0x820764) is known color: Eggplant. HEX triplet: 82, 07 and 64. RGB value is (130,7,100). Sum of RGB (Red+Green+Blue) = 130+7+100=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820764 is #7DF89B. Grayscale: #363636. Windows color (decimal): -8255644 or 6555522. OLE color: 6555522.

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

Color convert

RGB 130 7 100 -
CMYK 0 0.95 0.23 0.49
HSL 314.63º 0.9% 0.27% -
HSV(B) 314.63º 0.95% 0.51% -
XYZ 11.58 5.82 12.57 -
YUV 54.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 130 7 100 0 0.95 0.23 0.49 314.63 0.9 0.27
Hex 82 7 64 0 5F 17 31 13B 5A 1B
Octal 202 7 144 0 137 27 61 473 132 33
Binary 10000010 111 1100100 0 1011111 10111 110001 100111011 1011010 11011

Color Harmonies of #820764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820764

Black with #820764

Text Example


Text Example

White with #820764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820764; }

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

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

background-color css

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

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

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

border-color css

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

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

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