Html Css Color HEX #810077 Purple

📋 copy color: '#810077'

red 129 ◦ green 0 ◦ blue 119

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

Shades of Purple #810077

Tints of Purple #810077

RGB

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

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

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

R = 52.02%
G = 0%
B = 47.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#810077 (or 0x810077) is known color: Purple. HEX triplet: 81, 00 and 77. RGB value is (129,0,119). Sum of RGB (Red+Green+Blue) = 129+0+119=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810077 is #7EFF88. Grayscale: #333333. Windows color (decimal): -8322953 or 7798913. OLE color: 7798913.

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

Color convert

RGB 129 0 119 -
CMYK 0 1 0.08 0.49
HSL 304.65º 1% 0.25% -
HSV(B) 304.65º 1% 0.51% -
XYZ 12.38 6 17.96 -
YUV 52.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 129 0 119 0 1 0.08 0.49 304.65 1 0.25
Hex 81 0 77 0 64 8 31 131 64 19
Octal 201 0 167 0 144 10 61 461 144 31
Binary 10000001 0 1110111 0 1100100 1000 110001 100110001 1100100 11001

Color Harmonies of #810077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810077

Black with #810077

Text Example


Text Example

White with #810077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810077; }

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

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

background-color css

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

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

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

border-color css

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

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

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