#850046

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

Shades of Tyrian Purple #850046

Tints of Tyrian Purple #850046

Color information

#850046 (or 0x850046) is unknown color: approx Tyrian Purple. HEX triplet: 85, 00 and 46. RGB value is (133,0,70). Sum of RGB (Red+Green+Blue) = 133+0+70=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850046 is #7AFFB9. Grayscale: #2F2F2F. Windows color (decimal): -8060858 or 4587653. OLE color: 4587653.

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

Color convert

RGB133070-
CMYK010.470.48
HSL328.42º100%26.08%-
HSV(B)328.42º100%52.16%-
XYZ10.785.436.27-
YUV47.75140.56188.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=65.52%
G=0%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133070010.470.48328.4210026.08
Hex850460642F30148641a
Octal20501060144576051014432
Binary100001010100011001100100101111110000101001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850046; }

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

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

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

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

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

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

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

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