Html Css Color HEX #820068 Eggplant

📋 copy color: '#820068'

red 130 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #820068

Tints of Eggplant #820068

RGB

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

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

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820068 (or 0x820068) is known color: Eggplant. HEX triplet: 82, 00 and 68. RGB value is (130,0,104). Sum of RGB (Red+Green+Blue) = 130+0+104=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820068 is #7DFF97. Grayscale: #323232. Windows color (decimal): -8257432 or 6815874. OLE color: 6815874.

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

Color convert

RGB 130 0 104 -
CMYK 0 1 0.2 0.49
HSL 312º 1% 0.25% -
HSV(B) 312º 1% 0.51% -
XYZ 11.7 5.75 13.59 -
YUV 50.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 130 0 104 0 1 0.2 0.49 312 1 0.25
Hex 82 0 68 0 64 14 31 138 64 19
Octal 202 0 150 0 144 24 61 470 144 31
Binary 10000010 0 1101000 0 1100100 10100 110001 100111000 1100100 11001

Color Harmonies of #820068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820068

Black with #820068

Text Example


Text Example

White with #820068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820068; }

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

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

background-color css

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

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

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

border-color css

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

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

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