#850540

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

Shades of Tyrian Purple #850540

Tints of Tyrian Purple #850540

Color information

#850540 (or 0x850540) is unknown color: approx Tyrian Purple. HEX triplet: 85, 05 and 40. RGB value is (133,5,64). Sum of RGB (Red+Green+Blue) = 133+5+64=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850540 is #7AFABF. Grayscale: #313131. Windows color (decimal): -8059584 or 4195717. OLE color: 4195717.

HSL color Cylindrical-coordinate representation of color #850540: hue angle of 332.34º 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 #850540 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB133564-
CMYK00.960.520.48
HSL332.34º92.75%27.06%-
HSV(B)332.34º96.24%52.16%-
XYZ10.655.475.34-
YUV50135.91187.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=65.84%
G=2.48%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356400.960.520.48332.3492.7527.06
Hex85540060343014c5d1b
Octal20551000140646051413533
Binary10000101101100000001100000110100110000101001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850540; }

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

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

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

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

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

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

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

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