#850541

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

Shades of Tyrian Purple #850541

Tints of Tyrian Purple #850541

Color information

#850541 (or 0x850541) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 41. RGB value is (133,5,65). Sum of RGB (Red+Green+Blue) = 133+5+65=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850541 is #7AFABE. Grayscale: #323232. Windows color (decimal): -8059583 or 4261253. OLE color: 4261253.

HSL color Cylindrical-coordinate representation of color #850541: hue angle of 331.88º 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 #850541 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB133565-
CMYK00.960.510.48
HSL331.88º92.75%27.06%-
HSV(B)331.88º96.24%52.16%-
XYZ10.685.485.5-
YUV50.11136.41187.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=65.52%
G=2.46%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356500.960.510.48331.8892.7527.06
Hex85541060333014c5d1b
Octal20551010140636051413533
Binary10000101101100000101100000110011110000101001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850541; }

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

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

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

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

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

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

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

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