#850545

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

Shades of Tyrian Purple #850545

Tints of Tyrian Purple #850545

Color information

#850545 (or 0x850545) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 45. RGB value is (133,5,69). Sum of RGB (Red+Green+Blue) = 133+5+69=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #850545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850545 is #7AFABA. Grayscale: #323232. Windows color (decimal): -8059579 or 4523397. OLE color: 4523397.

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

Color convert

RGB133569-
CMYK00.960.480.48
HSL330º92.75%27.06%-
HSV(B)330º96.24%52.16%-
XYZ10.85.526.13-
YUV50.57138.41186.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=64.25%
G=2.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356900.960.480.4833092.7527.06
Hex85545060303014a5d1b
Octal20551050140606051213533
Binary10000101101100010101100000110000110000101001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850545; }

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

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

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

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

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

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

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

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