#850846

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

Shades of Tyrian Purple #850846

Tints of Tyrian Purple #850846

Color information

#850846 (or 0x850846) is unknown color: approx Tyrian Purple. HEX triplet: 85, 08 and 46. RGB value is (133,8,70). Sum of RGB (Red+Green+Blue) = 133+8+70=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #850846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850846 is #7AF7B9. Grayscale: #343434. Windows color (decimal): -8058810 or 4589701. OLE color: 4589701.

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

Color convert

RGB133870-
CMYK00.940.470.48
HSL330.24º88.65%27.65%-
HSV(B)330.24º93.98%52.16%-
XYZ10.875.66.3-
YUV52.44137.91185.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.03%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=63.03%
G=3.79%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13387000.940.470.48330.2488.6527.65
Hex8584605E2F3014a591c
Octal205101060136576051213134
Binary100001011000100011001011110101111110000101001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850846; }

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

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

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

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

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

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

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

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