Html Css Color HEX #810362 Eggplant

📋 copy color: '#810362'

red 129 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #810362

Tints of Eggplant #810362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 56.09%
G = 1.3%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#810362 (or 0x810362) is known color: Eggplant. HEX triplet: 81, 03 and 62. RGB value is (129,3,98). Sum of RGB (Red+Green+Blue) = 129+3+98=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #810362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810362 is #7EFC9D. Grayscale: #333333. Windows color (decimal): -8322206 or 6423425. OLE color: 6423425.

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

Color convert

RGB 129 3 98 -
CMYK 0 0.98 0.24 0.49
HSL 314.76º 0.95% 0.26% -
HSV(B) 314.76º 0.98% 0.51% -
XYZ 11.29 5.61 12.04 -
YUV 51.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 129 3 98 0 0.98 0.24 0.49 314.76 0.95 0.26
Hex 81 3 62 0 62 18 31 13B 5F 1A
Octal 201 3 142 0 142 30 61 473 137 32
Binary 10000001 11 1100010 0 1100010 11000 110001 100111011 1011111 11010

Color Harmonies of #810362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810362

Black with #810362

Text Example


Text Example

White with #810362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810362; }

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

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

background-color css

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

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

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

border-color css

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

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

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