#850044

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

Shades of Tyrian Purple #850044

Tints of Tyrian Purple #850044

Color information

#850044 (or 0x850044) is unknown color: approx Tyrian Purple. HEX triplet: 85, 00 and 44. RGB value is (133,0,68). Sum of RGB (Red+Green+Blue) = 133+0+68=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #850044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850044 is #7AFFBB. Grayscale: #2F2F2F. Windows color (decimal): -8060860 or 4456581. OLE color: 4456581.

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

Color convert

RGB133068-
CMYK010.490.48
HSL329.32º100%26.08%-
HSV(B)329.32º100%52.16%-
XYZ10.725.45.95-
YUV47.52139.56188.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=66.17%
G=0%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133068010.490.48329.3210026.08
Hex850440643130149641a
Octal20501040144616051114432
Binary100001010100010001100100110001110000101001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850044; }

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

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

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

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

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

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

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

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