Html Css Color HEX #810068 Eggplant

📋 copy color: '#810068'

red 129 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #810068

Tints of Eggplant #810068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 55.36%
G = 0%
B = 44.64%

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

#810068 (or 0x810068) is known color: Eggplant. HEX triplet: 81, 00 and 68. RGB value is (129,0,104). Sum of RGB (Red+Green+Blue) = 129+0+104=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #810068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810068 is #7EFF97. Grayscale: #323232. Windows color (decimal): -8322968 or 6815873. OLE color: 6815873.

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

Color convert

RGB 129 0 104 -
CMYK 0 1 0.19 0.49
HSL 311.63º 1% 0.25% -
HSV(B) 311.63º 1% 0.51% -
XYZ 11.55 5.67 13.58 -
YUV 50.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 129 0 104 0 1 0.19 0.49 311.63 1 0.25
Hex 81 0 68 0 64 13 31 138 64 19
Octal 201 0 150 0 144 23 61 470 144 31
Binary 10000001 0 1101000 0 1100100 10011 110001 100111000 1100100 11001

Color Harmonies of #810068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810068

Black with #810068

Text Example


Text Example

White with #810068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810068; }

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

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

background-color css

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

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

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

border-color css

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

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

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