#55032D

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

Shades of Tyrian Purple #55032D

Tints of Tyrian Purple #55032D

Color information

#55032D (or 0x55032D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 2D. RGB value is (85,3,45). Sum of RGB (Red+Green+Blue) = 85+3+45=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032D is #AAFCD2. Grayscale: #202020. Windows color (decimal): -11205843 or 2949973. OLE color: 2949973.

HSL color Cylindrical-coordinate representation of color #55032D: hue angle of 329.27º 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 #55032D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB85345-
CMYK00.960.470.67
HSL329.27º93.18%17.25%-
HSV(B)329.27º96.47%33.33%-
XYZ4.252.192.68-
YUV32.31135.17165.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=63.91%
G=2.26%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534500.960.470.67329.2793.1817.25
Hex5532D0602F431495d11
Octal12535501405710351113521
Binary101010111101101011000001011111000011101001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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