Html Css Color HEX #810177 Purple

📋 copy color: '#810177'

red 129 ◦ green 1 ◦ blue 119

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

Shades of Purple #810177

Tints of Purple #810177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 51.81%
G = 0.4%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#810177 (or 0x810177) is known color: Purple. HEX triplet: 81, 01 and 77. RGB value is (129,1,119). Sum of RGB (Red+Green+Blue) = 129+1+119=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810177 is #7EFE88. Grayscale: #343434. Windows color (decimal): -8322697 or 7799169. OLE color: 7799169.

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

Color convert

RGB 129 1 119 -
CMYK 0 0.99 0.08 0.49
HSL 304.69º 0.98% 0.25% -
HSV(B) 304.69º 0.99% 0.51% -
XYZ 12.39 6.02 17.96 -
YUV 52.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 129 1 119 0 0.99 0.08 0.49 304.69 0.98 0.25
Hex 81 1 77 0 63 8 31 131 62 19
Octal 201 1 167 0 143 10 61 461 142 31
Binary 10000001 1 1110111 0 1100011 1000 110001 100110001 1100010 11001

Color Harmonies of #810177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810177

Black with #810177

Text Example


Text Example

White with #810177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810177; }

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

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

background-color css

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

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

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

border-color css

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

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

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