#55033D

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

Shades of Tyrian Purple #55033D

Tints of Tyrian Purple #55033D

Color information

#55033D (or 0x55033D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3D. RGB value is (85,3,61). Sum of RGB (Red+Green+Blue) = 85+3+61=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033D is #AAFCC2. Grayscale: #212121. Windows color (decimal): -11205827 or 3998549. OLE color: 3998549.

HSL color Cylindrical-coordinate representation of color #55033D: hue angle of 317.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55033D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB85361-
CMYK00.960.280.67
HSL317.56º93.18%17.25%-
HSV(B)317.56º96.47%33.33%-
XYZ4.622.334.62-
YUV34.13143.17164.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=57.05%
G=2.01%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536100.960.280.67317.5693.1817.25
Hex5533D0601C4313e5d11
Octal12537501403410347613521
Binary10101011111110101100000111001000011100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55033D; }

 p { color: rgb(85,3,61); }

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

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

 a { background-color: rgb(85,3,61); }

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

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

 span { border-color: rgb(85,3,61); }

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