#810274

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

Shades of Purple #810274

Tints of Purple #810274

Color information

#810274 (or 0x810274) is unknown color: approx Purple. HEX triplet: 81, 02 and 74. RGB value is (129,2,116). Sum of RGB (Red+Green+Blue) = 129+2+116=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810274 is #7EFD8B. Grayscale: #343434. Windows color (decimal): -8322444 or 7602817. OLE color: 7602817.

HSL color Cylindrical-coordinate representation of color #810274: hue angle of 306.14º degrees, saturation: 0.97, 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 #810274 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB1292116-
CMYK00.980.100.49
HSL306.14º96.95%25.69%-
HSV(B)306.14º98.45%50.59%-
XYZ12.235.9717.03-
YUV52.97163.58182.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=52.23%
G=0.81%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129211600.980.100.49306.1496.9525.69
Hex81274062A31132611a
Octal20121640142126146214132
Binary10000001101110100011000101010110001100110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810274; }

 p { color: rgb(129,2,116); }

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

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

 a { background-color: rgb(129,2,116); }

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

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

 span { border-color: rgb(129,2,116); }

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