#850548

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

Shades of Tyrian Purple #850548

Tints of Tyrian Purple #850548

Color information

#850548 (or 0x850548) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 48. RGB value is (133,5,72). Sum of RGB (Red+Green+Blue) = 133+5+72=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #850548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850548 is #7AFAB7. Grayscale: #323232. Windows color (decimal): -8059576 or 4720005. OLE color: 4720005.

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

Color convert

RGB133572-
CMYK00.960.460.48
HSL328.59º92.75%27.06%-
HSV(B)328.59º96.24%52.16%-
XYZ10.95.566.63-
YUV50.91139.91186.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=63.33%
G=2.38%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13357200.960.460.48328.5992.7527.06
Hex855480602E301495d1b
Octal20551100140566051113533
Binary10000101101100100001100000101110110000101001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850548; }

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

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

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

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

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

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

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

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