#850346

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

Shades of Tyrian Purple #850346

Tints of Tyrian Purple #850346

Color information

#850346 (or 0x850346) is unknown color: approx Tyrian Purple. HEX triplet: 85, 03 and 46. RGB value is (133,3,70). Sum of RGB (Red+Green+Blue) = 133+3+70=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850346 is #7AFCB9. Grayscale: #313131. Windows color (decimal): -8060090 or 4588421. OLE color: 4588421.

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

Color convert

RGB133370-
CMYK00.980.470.48
HSL329.08º95.59%26.67%-
HSV(B)329.08º97.74%52.16%-
XYZ10.815.496.28-
YUV49.51139.57187.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=64.56%
G=1.46%
B=33.98%

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
Decimal13337000.980.470.48329.0895.5926.67
Hex853460622F30149601b
Octal20531060142576051114033
Binary1000010111100011001100010101111110000101001001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850346; }

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

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

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

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

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

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

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

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