Html Css Color HEX #820451 Eggplant

📋 copy color: '#820451'

red 130 ◦ green 4 ◦ blue 81

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

Shades of Eggplant #820451

Tints of Eggplant #820451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 60.47%
G = 1.86%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820451 (or 0x820451) is known color: Eggplant. HEX triplet: 82, 04 and 51. RGB value is (130,4,81). Sum of RGB (Red+Green+Blue) = 130+4+81=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #820451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820451 is #7DFBAE. Grayscale: #323232. Windows color (decimal): -8256431 or 5309570. OLE color: 5309570.

HSL color Cylindrical-coordinate representation of color #820451: hue angle of 323.33º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820451 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 81 -
CMYK 0 0.97 0.38 0.49
HSL 323.33º 0.94% 0.26% -
HSV(B) 323.33º 0.97% 0.51% -
XYZ 10.73 5.43 8.27 -
YUV 50.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 130 4 81 0 0.97 0.38 0.49 323.33 0.94 0.26
Hex 82 4 51 0 61 26 31 143 5E 1A
Octal 202 4 121 0 141 46 61 503 136 32
Binary 10000010 100 1010001 0 1100001 100110 110001 101000011 1011110 11010

Color Harmonies of #820451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820451

Black with #820451

Text Example


Text Example

White with #820451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820451; }

 p { color: rgb(130,4,81); }

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

background-color css

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

 a { background-color: rgb(130,4,81); }

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

border-color css

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

 span { border-color: rgb(130,4,81); }

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