Html Css Color HEX #810462 Eggplant

📋 copy color: '#810462'

red 129 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #810462

Tints of Eggplant #810462

RGB

 RED value IS 129 (50.78% from 255) = 55.84%

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

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

R = 55.84%
G = 1.73%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#810462 (or 0x810462) is known color: Eggplant. HEX triplet: 81, 04 and 62. RGB value is (129,4,98). Sum of RGB (Red+Green+Blue) = 129+4+98=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #810462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810462 is #7EFB9D. Grayscale: #333333. Windows color (decimal): -8321950 or 6423681. OLE color: 6423681.

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

Color convert

RGB 129 4 98 -
CMYK 0 0.97 0.24 0.49
HSL 314.88º 0.94% 0.26% -
HSV(B) 314.88º 0.97% 0.51% -
XYZ 11.3 5.64 12.05 -
YUV 52.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 129 4 98 0 0.97 0.24 0.49 314.88 0.94 0.26
Hex 81 4 62 0 61 18 31 13B 5E 1A
Octal 201 4 142 0 141 30 61 473 136 32
Binary 10000001 100 1100010 0 1100001 11000 110001 100111011 1011110 11010

Color Harmonies of #810462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810462

Black with #810462

Text Example


Text Example

White with #810462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810462; }

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

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

background-color css

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

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

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

border-color css

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

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

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