#810245

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

Shades of Tyrian Purple #810245

Tints of Tyrian Purple #810245

Color information

#810245 (or 0x810245) is unknown color: approx Tyrian Purple. HEX triplet: 81, 02 and 45. RGB value is (129,2,69). Sum of RGB (Red+Green+Blue) = 129+2+69=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #810245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810245 is #7EFDBA. Grayscale: #2F2F2F. Windows color (decimal): -8322491 or 4522625. OLE color: 4522625.

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

Color convert

RGB129269-
CMYK00.980.470.49
HSL328.35º96.95%25.69%-
HSV(B)328.35º98.45%50.59%-
XYZ10.155.146.09-
YUV47.61140.08186.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=64.5%
G=1%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12926900.980.470.49328.3596.9525.69
Hex812450622F31148611a
Octal20121050142576151014132
Binary1000000110100010101100010101111110001101001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810245; }

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

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

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

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

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

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

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

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