#85033F

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

Shades of Tyrian Purple #85033F

Tints of Tyrian Purple #85033F

Color information

#85033F (or 0x85033F) is unknown color: approx Tyrian Purple. HEX triplet: 85, 03 and 3F. RGB value is (133,3,63). Sum of RGB (Red+Green+Blue) = 133+3+63=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85033F is #7AFCC0. Grayscale: #303030. Windows color (decimal): -8060097 or 4129669. OLE color: 4129669.

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

Color convert

RGB133363-
CMYK00.980.530.48
HSL332.31º95.59%26.67%-
HSV(B)332.31º97.74%52.16%-
XYZ10.65.415.19-
YUV48.71136.07188.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 63 (25% from 255) = 31.66%
R=66.83%
G=1.51%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13336300.980.530.48332.3195.5926.67
Hex8533F062353014c601b
Octal2053770142656051414033
Binary100001011111111101100010110101110000101001100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85033F; }

 p { color: rgb(133,3,63); }

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

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

 a { background-color: rgb(133,3,63); }

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

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

 span { border-color: rgb(133,3,63); }

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