#810479

Color #810479 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #810479

Tints of Purple #810479

Color information

#810479 (or 0x810479) is unknown color: approx Purple. HEX triplet: 81, 04 and 79. RGB value is (129,4,121). Sum of RGB (Red+Green+Blue) = 129+4+121=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #810479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810479 is #7EFB86. Grayscale: #363636. Windows color (decimal): -8321927 or 7931009. OLE color: 7931009.

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

Color convert

RGB1294121-
CMYK00.970.060.49
HSL303.84º93.98%26.08%-
HSV(B)303.84º96.9%50.59%-
XYZ12.556.1318.61-
YUV54.71165.41180.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=50.79%
G=1.57%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129412100.970.060.49303.8493.9826.08
Hex814790616311305e1a
Octal2014171014166146013632
Binary10000001100111100101100001110110001100110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810479; }

 p { color: rgb(129,4,121); }

 H1.HeaderClassName
 {
   color: #810479;
 }
 .AnyTagClassName
 {
   color: #810479;
 }
</style>
background-color css

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

 a { background-color: rgb(129,4,121); }

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

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

 span { border-color: rgb(129,4,121); }

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