#810044

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

Shades of Tyrian Purple #810044

Tints of Tyrian Purple #810044

Color information

#810044 (or 0x810044) is unknown color: approx Tyrian Purple. HEX triplet: 81, 00 and 44. RGB value is (129,0,68). Sum of RGB (Red+Green+Blue) = 129+0+68=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #810044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810044 is #7EFFBB. Grayscale: #2E2E2E. Windows color (decimal): -8323004 or 4456577. OLE color: 4456577.

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

Color convert

RGB129068-
CMYK010.470.49
HSL328.37º100%25.29%-
HSV(B)328.37º100%50.59%-
XYZ10.15.085.92-
YUV46.32140.24186.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=65.48%
G=0%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129068010.470.49328.3710025.29
Hex810440642F311486419
Octal20101040144576151014431
Binary100000010100010001100100101111110001101001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810044; }

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

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

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

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

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

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

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

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