Html Css Color HEX #810377 Purple

📋 copy color: '#810377'

red 129 ◦ green 3 ◦ blue 119

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

Shades of Purple #810377

Tints of Purple #810377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 51.39%
G = 1.2%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#810377 (or 0x810377) is known color: Purple. HEX triplet: 81, 03 and 77. RGB value is (129,3,119). Sum of RGB (Red+Green+Blue) = 129+3+119=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #810377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810377 is #7EFC88. Grayscale: #353535. Windows color (decimal): -8322185 or 7799681. OLE color: 7799681.

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

Color convert

RGB 129 3 119 -
CMYK 0 0.98 0.08 0.49
HSL 304.76º 0.95% 0.26% -
HSV(B) 304.76º 0.98% 0.51% -
XYZ 12.42 6.06 17.97 -
YUV 53.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 129 3 119 0 0.98 0.08 0.49 304.76 0.95 0.26
Hex 81 3 77 0 62 8 31 131 5F 1A
Octal 201 3 167 0 142 10 61 461 137 32
Binary 10000001 11 1110111 0 1100010 1000 110001 100110001 1011111 11010

Color Harmonies of #810377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810377

Black with #810377

Text Example


Text Example

White with #810377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810377; }

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

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

background-color css

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

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

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

border-color css

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

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

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