#85013D

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

Shades of Tyrian Purple #85013D

Tints of Tyrian Purple #85013D

Color information

#85013D (or 0x85013D) is unknown color: approx Tyrian Purple. HEX triplet: 85, 01 and 3D. RGB value is (133,1,61). Sum of RGB (Red+Green+Blue) = 133+1+61=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85013D is #7AFEC2. Grayscale: #2F2F2F. Windows color (decimal): -8060611 or 3998085. OLE color: 3998085.

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

Color convert

RGB133161-
CMYK00.990.540.48
HSL332.73º98.51%26.27%-
HSV(B)332.73º99.25%52.16%-
XYZ10.535.354.89-
YUV47.31135.73189.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=68.21%
G=0.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13316100.990.540.48332.7398.5126.27
Hex8513D063363014d631a
Octal2051750143666051514332
Binary10000101111110101100011110110110000101001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85013D; }

 p { color: rgb(133,1,61); }

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

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

 a { background-color: rgb(133,1,61); }

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

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

 span { border-color: rgb(133,1,61); }

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