Html Css Color HEX #820667 Eggplant

📋 copy color: '#820667'

red 130 ◦ green 6 ◦ blue 103

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

Shades of Eggplant #820667

Tints of Eggplant #820667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 54.39%
G = 2.51%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#820667 (or 0x820667) is known color: Eggplant. HEX triplet: 82, 06 and 67. RGB value is (130,6,103). Sum of RGB (Red+Green+Blue) = 130+6+103=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #820667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820667 is #7DF998. Grayscale: #353535. Windows color (decimal): -8255897 or 6751874. OLE color: 6751874.

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

Color convert

RGB 130 6 103 -
CMYK 0 0.95 0.21 0.49
HSL 313.06º 0.91% 0.27% -
HSV(B) 313.06º 0.95% 0.51% -
XYZ 11.72 5.86 13.34 -
YUV 54.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 130 6 103 0 0.95 0.21 0.49 313.06 0.91 0.27
Hex 82 6 67 0 5F 15 31 139 5B 1B
Octal 202 6 147 0 137 25 61 471 133 33
Binary 10000010 110 1100111 0 1011111 10101 110001 100111001 1011011 11011

Color Harmonies of #820667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820667

Black with #820667

Text Example


Text Example

White with #820667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820667; }

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

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

background-color css

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

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

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

border-color css

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

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

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