#850140

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

Shades of Tyrian Purple #850140

Tints of Tyrian Purple #850140

Color information

#850140 (or 0x850140) is unknown color: approx Tyrian Purple. HEX triplet: 85, 01 and 40. RGB value is (133,1,64). Sum of RGB (Red+Green+Blue) = 133+1+64=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850140 is #7AFEBF. Grayscale: #2F2F2F. Windows color (decimal): -8060608 or 4194693. OLE color: 4194693.

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

Color convert

RGB133164-
CMYK00.990.520.48
HSL331.36º98.51%26.27%-
HSV(B)331.36º99.25%52.16%-
XYZ10.615.385.33-
YUV47.65137.23188.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=67.17%
G=0.51%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13316400.990.520.48331.3698.5126.27
Hex85140063343014b631a
Octal20511000143646051314332
Binary100001011100000001100011110100110000101001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850140; }

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

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

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

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

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

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

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

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