#850147

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

Shades of Tyrian Purple #850147

Tints of Tyrian Purple #850147

Color information

#850147 (or 0x850147) is unknown color: approx Tyrian Purple. HEX triplet: 85, 01 and 47. RGB value is (133,1,71). Sum of RGB (Red+Green+Blue) = 133+1+71=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850147 is #7AFEB8. Grayscale: #303030. Windows color (decimal): -8060601 or 4653445. OLE color: 4653445.

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

Color convert

RGB133171-
CMYK00.990.470.48
HSL328.18º98.51%26.27%-
HSV(B)328.18º99.25%52.16%-
XYZ10.825.466.45-
YUV48.45140.73188.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=64.88%
G=0.49%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13317100.990.470.48328.1898.5126.27
Hex851470632F30148631a
Octal20511070143576051014332
Binary100001011100011101100011101111110000101001000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850147; }

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

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

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

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

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

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

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

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