#850045

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

Shades of Tyrian Purple #850045

Tints of Tyrian Purple #850045

Color information

#850045 (or 0x850045) is unknown color: approx Tyrian Purple. HEX triplet: 85, 00 and 45. RGB value is (133,0,69). Sum of RGB (Red+Green+Blue) = 133+0+69=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850045 is #7AFFBA. Grayscale: #2F2F2F. Windows color (decimal): -8060859 or 4522117. OLE color: 4522117.

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

Color convert

RGB133069-
CMYK010.480.48
HSL328.87º100%26.08%-
HSV(B)328.87º100%52.16%-
XYZ10.755.426.11-
YUV47.63140.06188.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=65.84%
G=0%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133069010.480.48328.8710026.08
Hex850450643030149641a
Octal20501050144606051114432
Binary100001010100010101100100110000110000101001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850045; }

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

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

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

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

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

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

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

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