Html Css Color HEX #820064 Eggplant

📋 copy color: '#820064'

red 130 ◦ green 0 ◦ blue 100

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

Shades of Eggplant #820064

Tints of Eggplant #820064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 56.52%
G = 0%
B = 43.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#820064 (or 0x820064) is known color: Eggplant. HEX triplet: 82, 00 and 64. RGB value is (130,0,100). Sum of RGB (Red+Green+Blue) = 130+0+100=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #820064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820064 is #7DFF9B. Grayscale: #323232. Windows color (decimal): -8257436 or 6553730. OLE color: 6553730.

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

Color convert

RGB 130 0 100 -
CMYK 0 1 0.23 0.49
HSL 313.85º 1% 0.25% -
HSV(B) 313.85º 1% 0.51% -
XYZ 11.51 5.67 12.54 -
YUV 50.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 130 0 100 0 1 0.23 0.49 313.85 1 0.25
Hex 82 0 64 0 64 17 31 13A 64 19
Octal 202 0 144 0 144 27 61 472 144 31
Binary 10000010 0 1100100 0 1100100 10111 110001 100111010 1100100 11001

Color Harmonies of #820064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820064

Black with #820064

Text Example


Text Example

White with #820064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820064; }

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

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

background-color css

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

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

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

border-color css

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

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

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