Html Css Color HEX #820462 Eggplant

📋 copy color: '#820462'

red 130 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #820462

Tints of Eggplant #820462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 56.03%
G = 1.72%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820462 (or 0x820462) is known color: Eggplant. HEX triplet: 82, 04 and 62. RGB value is (130,4,98). Sum of RGB (Red+Green+Blue) = 130+4+98=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #820462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820462 is #7DFB9D. Grayscale: #343434. Windows color (decimal): -8256414 or 6423682. OLE color: 6423682.

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

Color convert

RGB 130 4 98 -
CMYK 0 0.97 0.25 0.49
HSL 315.24º 0.94% 0.26% -
HSV(B) 315.24º 0.97% 0.51% -
XYZ 11.45 5.71 12.05 -
YUV 52.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 130 4 98 0 0.97 0.25 0.49 315.24 0.94 0.26
Hex 82 4 62 0 61 19 31 13B 5E 1A
Octal 202 4 142 0 141 31 61 473 136 32
Binary 10000010 100 1100010 0 1100001 11001 110001 100111011 1011110 11010

Color Harmonies of #820462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820462

Black with #820462

Text Example


Text Example

White with #820462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820462; }

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

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

background-color css

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

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

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

border-color css

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

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

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