#850546

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

Shades of Tyrian Purple #850546

Tints of Tyrian Purple #850546

Color information

#850546 (or 0x850546) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 46. RGB value is (133,5,70). Sum of RGB (Red+Green+Blue) = 133+5+70=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #850546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850546 is #7AFAB9. Grayscale: #323232. Windows color (decimal): -8059578 or 4588933. OLE color: 4588933.

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

Color convert

RGB133570-
CMYK00.960.470.48
HSL329.53º92.75%27.06%-
HSV(B)329.53º96.24%52.16%-
XYZ10.835.546.29-
YUV50.68138.91186.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=63.94%
G=2.40%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13357000.960.470.48329.5392.7527.06
Hex855460602F3014a5d1b
Octal20551060140576051213533
Binary10000101101100011001100000101111110000101001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850546; }

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

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

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

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

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

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

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

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