Html Css Color HEX #820668 Eggplant

📋 copy color: '#820668'

red 130 ◦ green 6 ◦ blue 104

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

Shades of Eggplant #820668

Tints of Eggplant #820668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 54.17%
G = 2.5%
B = 43.33%

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

#820668 (or 0x820668) is known color: Eggplant. HEX triplet: 82, 06 and 68. RGB value is (130,6,104). Sum of RGB (Red+Green+Blue) = 130+6+104=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #820668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820668 is #7DF997. Grayscale: #353535. Windows color (decimal): -8255896 or 6817410. OLE color: 6817410.

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

Color convert

RGB 130 6 104 -
CMYK 0 0.95 0.2 0.49
HSL 312.58º 0.91% 0.27% -
HSV(B) 312.58º 0.95% 0.51% -
XYZ 11.77 5.88 13.61 -
YUV 54.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 130 6 104 0 0.95 0.2 0.49 312.58 0.91 0.27
Hex 82 6 68 0 5F 14 31 139 5B 1B
Octal 202 6 150 0 137 24 61 471 133 33
Binary 10000010 110 1101000 0 1011111 10100 110001 100111001 1011011 11011

Color Harmonies of #820668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820668

Black with #820668

Text Example


Text Example

White with #820668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820668; }

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

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

background-color css

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

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

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

border-color css

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

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

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