#850149

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

Shades of Tyrian Purple #850149

Tints of Tyrian Purple #850149

Color information

#850149 (or 0x850149) is unknown color: approx Tyrian Purple. HEX triplet: 85, 01 and 49. RGB value is (133,1,73). Sum of RGB (Red+Green+Blue) = 133+1+73=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #850149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850149 is #7AFEB6. Grayscale: #303030. Windows color (decimal): -8060599 or 4784517. OLE color: 4784517.

HSL color Cylindrical-coordinate representation of color #850149: hue angle of 327.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850149 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB133173-
CMYK00.990.450.48
HSL327.27º98.51%26.27%-
HSV(B)327.27º99.25%52.16%-
XYZ10.895.496.79-
YUV48.68141.73188.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=64.25%
G=0.48%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13317300.990.450.48327.2798.5126.27
Hex851490632D30147631a
Octal20511110143556050714332
Binary100001011100100101100011101101110000101000111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850149; }

 p { color: rgb(133,1,73); }

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

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

 a { background-color: rgb(133,1,73); }

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

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

 span { border-color: rgb(133,1,73); }

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