#850442

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

Shades of Tyrian Purple #850442

Tints of Tyrian Purple #850442

Color information

#850442 (or 0x850442) is unknown color: approx Tyrian Purple. HEX triplet: 85, 04 and 42. RGB value is (133,4,66). Sum of RGB (Red+Green+Blue) = 133+4+66=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850442 is #7AFBBD. Grayscale: #313131. Windows color (decimal): -8059838 or 4326533. OLE color: 4326533.

HSL color Cylindrical-coordinate representation of color #850442: hue angle of 331.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850442 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB133466-
CMYK00.970.500.48
HSL331.16º94.16%26.86%-
HSV(B)331.16º96.99%52.16%-
XYZ10.75.475.65-
YUV49.64137.24187.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=65.52%
G=1.97%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13346600.970.500.48331.1694.1626.86
Hex85442061323014b5e1b
Octal20541020141626051313633
Binary10000101100100001001100001110010110000101001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850442; }

 p { color: rgb(133,4,66); }

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

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

 a { background-color: rgb(133,4,66); }

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

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

 span { border-color: rgb(133,4,66); }

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