Html Css Color HEX #810069 Eggplant

📋 copy color: '#810069'

red 129 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #810069

Tints of Eggplant #810069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.87%

R = 55.13%
G = 0%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#810069 (or 0x810069) is known color: Eggplant. HEX triplet: 81, 00 and 69. RGB value is (129,0,105). Sum of RGB (Red+Green+Blue) = 129+0+105=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #810069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810069 is #7EFF96. Grayscale: #323232. Windows color (decimal): -8322967 or 6881409. OLE color: 6881409.

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

Color convert

RGB 129 0 105 -
CMYK 0 1 0.19 0.49
HSL 311.16º 1% 0.25% -
HSV(B) 311.16º 1% 0.51% -
XYZ 11.6 5.69 13.85 -
YUV 50.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 129 0 105 0 1 0.19 0.49 311.16 1 0.25
Hex 81 0 69 0 64 13 31 137 64 19
Octal 201 0 151 0 144 23 61 467 144 31
Binary 10000001 0 1101001 0 1100100 10011 110001 100110111 1100100 11001

Color Harmonies of #810069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810069

Black with #810069

Text Example


Text Example

White with #810069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810069; }

 p { color: rgb(129,0,105); }

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

background-color css

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

 a { background-color: rgb(129,0,105); }

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

border-color css

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

 span { border-color: rgb(129,0,105); }

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