#810041

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

Shades of Tyrian Purple #810041

Tints of Tyrian Purple #810041

Color information

#810041 (or 0x810041) is unknown color: approx Tyrian Purple. HEX triplet: 81, 00 and 41. RGB value is (129,0,65). Sum of RGB (Red+Green+Blue) = 129+0+65=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #810041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810041 is #7EFFBE. Grayscale: #2D2D2D. Windows color (decimal): -8323007 or 4259969. OLE color: 4259969.

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

Color convert

RGB129065-
CMYK010.500.49
HSL329.77º100%25.29%-
HSV(B)329.77º100%50.59%-
XYZ10.015.055.45-
YUV45.98138.74187.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=66.49%
G=0%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129065010.500.49329.7710025.29
Hex81041064323114a6419
Octal20101010144626151214431
Binary100000010100000101100100110010110001101001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810041; }

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

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

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

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

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

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

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

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