#850343

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

Shades of Tyrian Purple #850343

Tints of Tyrian Purple #850343

Color information

#850343 (or 0x850343) is unknown color: approx Tyrian Purple. HEX triplet: 85, 03 and 43. RGB value is (133,3,67). Sum of RGB (Red+Green+Blue) = 133+3+67=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850343 is #7AFCBC. Grayscale: #313131. Windows color (decimal): -8060093 or 4391813. OLE color: 4391813.

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

Color convert

RGB133367-
CMYK00.980.500.48
HSL330.46º95.59%26.67%-
HSV(B)330.46º97.74%52.16%-
XYZ10.725.465.8-
YUV49.17138.07187.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=65.52%
G=1.48%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13336700.980.500.48330.4695.5926.67
Hex85343062323014a601b
Octal20531030142626051214033
Binary1000010111100001101100010110010110000101001010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850343; }

 p { color: rgb(133,3,67); }

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

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

 a { background-color: rgb(133,3,67); }

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

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

 span { border-color: rgb(133,3,67); }

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