#850040

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

Shades of Tyrian Purple #850040

Tints of Tyrian Purple #850040

Color information

#850040 (or 0x850040) is unknown color: approx Tyrian Purple. HEX triplet: 85, 00 and 40. RGB value is (133,0,64). Sum of RGB (Red+Green+Blue) = 133+0+64=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #850040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850040 is #7AFFBF. Grayscale: #2E2E2E. Windows color (decimal): -8060864 or 4194437. OLE color: 4194437.

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

Color convert

RGB133064-
CMYK010.520.48
HSL331.13º100%26.08%-
HSV(B)331.13º100%52.16%-
XYZ10.65.365.33-
YUV47.06137.56189.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=67.51%
G=0%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133064010.520.48331.1310026.08
Hex85040064343014b641a
Octal20501000144646051314432
Binary100001010100000001100100110100110000101001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850040; }

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

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

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

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

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

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

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

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