#850542

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

Shades of Tyrian Purple #850542

Tints of Tyrian Purple #850542

Color information

#850542 (or 0x850542) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 42. RGB value is (133,5,66). Sum of RGB (Red+Green+Blue) = 133+5+66=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #850542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850542 is #7AFABD. Grayscale: #323232. Windows color (decimal): -8059582 or 4326789. OLE color: 4326789.

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

Color convert

RGB133566-
CMYK00.960.500.48
HSL331.41º92.75%27.06%-
HSV(B)331.41º96.24%52.16%-
XYZ10.715.495.65-
YUV50.23136.91187.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=65.20%
G=2.45%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356600.960.500.48331.4192.7527.06
Hex85542060323014b5d1b
Octal20551020140626051313533
Binary10000101101100001001100000110010110000101001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850542; }

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

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

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

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

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

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

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

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