#85053E

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

Shades of Tyrian Purple #85053E

Tints of Tyrian Purple #85053E

Color information

#85053E (or 0x85053E) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 3E. RGB value is (133,5,62). Sum of RGB (Red+Green+Blue) = 133+5+62=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85053E is #7AFAC1. Grayscale: #313131. Windows color (decimal): -8059586 or 4064645. OLE color: 4064645.

HSL color Cylindrical-coordinate representation of color #85053E: hue angle of 333.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85053E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB133562-
CMYK00.960.530.48
HSL333.28º92.75%27.06%-
HSV(B)333.28º96.24%52.16%-
XYZ10.65.445.05-
YUV49.77134.91187.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=66.5%
G=2.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356200.960.530.48333.2892.7527.06
Hex8553E060353014d5d1b
Octal2055760140656051513533
Binary1000010110111111001100000110101110000101001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85053E; }

 p { color: rgb(133,5,62); }

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

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

 a { background-color: rgb(133,5,62); }

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

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

 span { border-color: rgb(133,5,62); }

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