#85073E

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

Shades of Tyrian Purple #85073E

Tints of Tyrian Purple #85073E

Color information

#85073E (or 0x85073E) is unknown color: approx Tyrian Purple. HEX triplet: 85, 07 and 3E. RGB value is (133,7,62). Sum of RGB (Red+Green+Blue) = 133+7+62=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85073E is #7AF8C1. Grayscale: #323232. Windows color (decimal): -8059074 or 4065157. OLE color: 4065157.

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

Color convert

RGB133762-
CMYK00.950.530.48
HSL333.81º90%27.45%-
HSV(B)333.81º94.74%52.16%-
XYZ10.625.495.06-
YUV50.94134.24186.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=65.84%
G=3.47%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13376200.950.530.48333.819027.45
Hex8573E05F353014e5a1b
Octal2057760137656051613233
Binary1000010111111111001011111110101110000101001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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