#850948

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

Shades of Tyrian Purple #850948

Tints of Tyrian Purple #850948

Color information

#850948 (or 0x850948) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 48. RGB value is (133,9,72). Sum of RGB (Red+Green+Blue) = 133+9+72=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #850948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850948 is #7AF6B7. Grayscale: #353535. Windows color (decimal): -8058552 or 4721029. OLE color: 4721029.

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

Color convert

RGB133972-
CMYK00.930.460.48
HSL329.52º87.32%27.84%-
HSV(B)329.52º93.23%52.16%-
XYZ10.945.656.64-
YUV53.26138.58184.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=62.15%
G=4.21%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397200.930.460.48329.5287.3227.84
Hex8594805D2E3014a571c
Octal205111100135566051212734
Binary100001011001100100001011101101110110000101001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850948; }

 p { color: rgb(133,9,72); }

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

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

 a { background-color: rgb(133,9,72); }

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

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

 span { border-color: rgb(133,9,72); }

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