#85044B

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

Shades of Tyrian Purple #85044B

Tints of Tyrian Purple #85044B

Color information

#85044B (or 0x85044B) is unknown color: approx Tyrian Purple. HEX triplet: 85, 04 and 4B. RGB value is (133,4,75). Sum of RGB (Red+Green+Blue) = 133+4+75=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85044B is #7AFBB4. Grayscale: #323232. Windows color (decimal): -8059829 or 4916357. OLE color: 4916357.

HSL color Cylindrical-coordinate representation of color #85044B: hue angle of 326.98º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85044B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB133475-
CMYK00.970.440.48
HSL326.98º94.16%26.86%-
HSV(B)326.98º96.99%52.16%-
XYZ10.995.587.15-
YUV50.66141.74186.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=62.74%
G=1.89%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13347500.970.440.48326.9894.1626.86
Hex8544B0612C301475e1b
Octal20541130141546050713633
Binary10000101100100101101100001101100110000101000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85044B; }

 p { color: rgb(133,4,75); }

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

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

 a { background-color: rgb(133,4,75); }

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

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

 span { border-color: rgb(133,4,75); }

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