Html Css Color HEX #820067 Eggplant

📋 copy color: '#820067'

red 130 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #820067

Tints of Eggplant #820067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.79%
G = 0%
B = 44.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#820067 (or 0x820067) is known color: Eggplant. HEX triplet: 82, 00 and 67. RGB value is (130,0,103). Sum of RGB (Red+Green+Blue) = 130+0+103=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #820067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820067 is #7DFF98. Grayscale: #323232. Windows color (decimal): -8257433 or 6750338. OLE color: 6750338.

HSL color Cylindrical-coordinate representation of color #820067: hue angle of 312.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820067 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 103 -
CMYK 0 1 0.21 0.49
HSL 312.46º 1% 0.25% -
HSV(B) 312.46º 1% 0.51% -
XYZ 11.65 5.73 13.32 -
YUV 50.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 130 0 103 0 1 0.21 0.49 312.46 1 0.25
Hex 82 0 67 0 64 15 31 138 64 19
Octal 202 0 147 0 144 25 61 470 144 31
Binary 10000010 0 1100111 0 1100100 10101 110001 100111000 1100100 11001

Color Harmonies of #820067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820067

Black with #820067

Text Example


Text Example

White with #820067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820067; }

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

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

background-color css

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

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

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

border-color css

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

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

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