#810142

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

Shades of Tyrian Purple #810142

Tints of Tyrian Purple #810142

Color information

#810142 (or 0x810142) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 42. RGB value is (129,1,66). Sum of RGB (Red+Green+Blue) = 129+1+66=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #810142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810142 is #7EFEBD. Grayscale: #2E2E2E. Windows color (decimal): -8322750 or 4325761. OLE color: 4325761.

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

Color convert

RGB129166-
CMYK00.990.490.49
HSL329.53º98.46%25.49%-
HSV(B)329.53º99.22%50.59%-
XYZ10.055.085.61-
YUV46.68138.91186.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=65.82%
G=0.51%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12916600.990.490.49329.5398.4625.49
Hex81142063313114a6219
Octal20111020143616151214231
Binary100000011100001001100011110001110001101001010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810142; }

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

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

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

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

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

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

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

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