Html Css Color HEX #810176 Purple

📋 copy color: '#810176'

red 129 ◦ green 1 ◦ blue 118

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

Shades of Purple #810176

Tints of Purple #810176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 52.02%
G = 0.4%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#810176 (or 0x810176) is known color: Purple. HEX triplet: 81, 01 and 76. RGB value is (129,1,118). Sum of RGB (Red+Green+Blue) = 129+1+118=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810176 is #7EFE89. Grayscale: #343434. Windows color (decimal): -8322698 or 7733633. OLE color: 7733633.

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

Color convert

RGB 129 1 118 -
CMYK 0 0.99 0.09 0.49
HSL 305.16º 0.98% 0.25% -
HSV(B) 305.16º 0.99% 0.51% -
XYZ 12.33 6 17.65 -
YUV 52.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 129 1 118 0 0.99 0.09 0.49 305.16 0.98 0.25
Hex 81 1 76 0 63 9 31 131 62 19
Octal 201 1 166 0 143 11 61 461 142 31
Binary 10000001 1 1110110 0 1100011 1001 110001 100110001 1100010 11001

Color Harmonies of #810176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810176

Black with #810176

Text Example


Text Example

White with #810176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810176; }

 p { color: rgb(129,1,118); }

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

background-color css

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

 a { background-color: rgb(129,1,118); }

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

border-color css

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

 span { border-color: rgb(129,1,118); }

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