Html Css Color HEX #820768 Eggplant

📋 copy color: '#820768'

red 130 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #820768

Tints of Eggplant #820768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 53.94%
G = 2.9%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820768 (or 0x820768) is known color: Eggplant. HEX triplet: 82, 07 and 68. RGB value is (130,7,104). Sum of RGB (Red+Green+Blue) = 130+7+104=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820768 is #7DF897. Grayscale: #363636. Windows color (decimal): -8255640 or 6817666. OLE color: 6817666.

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

Color convert

RGB 130 7 104 -
CMYK 0 0.95 0.2 0.49
HSL 312.68º 0.9% 0.27% -
HSV(B) 312.68º 0.95% 0.51% -
XYZ 11.78 5.9 13.61 -
YUV 54.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 130 7 104 0 0.95 0.2 0.49 312.68 0.9 0.27
Hex 82 7 68 0 5F 14 31 139 5A 1B
Octal 202 7 150 0 137 24 61 471 132 33
Binary 10000010 111 1101000 0 1011111 10100 110001 100111001 1011010 11011

Color Harmonies of #820768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820768

Black with #820768

Text Example


Text Example

White with #820768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820768; }

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

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

background-color css

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

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

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

border-color css

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

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

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