#810148

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

Shades of Tyrian Purple #810148

Tints of Tyrian Purple #810148

Color information

#810148 (or 0x810148) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 48. RGB value is (129,1,72). Sum of RGB (Red+Green+Blue) = 129+1+72=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #810148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810148 is #7EFEB7. Grayscale: #2F2F2F. Windows color (decimal): -8322744 or 4718977. OLE color: 4718977.

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

Color convert

RGB129172-
CMYK00.990.440.49
HSL326.72º98.46%25.49%-
HSV(B)326.72º99.22%50.59%-
XYZ10.235.166.59-
YUV47.37141.91186.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.86%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=63.86%
G=0.50%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917200.990.440.49326.7298.4625.49
Hex811480632C311476219
Octal20111100143546150714231
Binary100000011100100001100011101100110001101000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810148; }

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

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

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

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

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

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

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

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