#850347

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

Shades of Tyrian Purple #850347

Tints of Tyrian Purple #850347

Color information

#850347 (or 0x850347) is unknown color: approx Tyrian Purple. HEX triplet: 85, 03 and 47. RGB value is (133,3,71). Sum of RGB (Red+Green+Blue) = 133+3+71=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #850347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850347 is #7AFCB8. Grayscale: #313131. Windows color (decimal): -8060089 or 4653957. OLE color: 4653957.

HSL color Cylindrical-coordinate representation of color #850347: hue angle of 328.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850347 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB133371-
CMYK00.980.470.48
HSL328.62º95.59%26.67%-
HSV(B)328.62º97.74%52.16%-
XYZ10.845.516.45-
YUV49.62140.07187.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=64.25%
G=1.45%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13337100.980.470.48328.6295.5926.67
Hex853470622F30149601b
Octal20531070142576051114033
Binary1000010111100011101100010101111110000101001001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850347; }

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

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

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

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

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

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

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

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