#55033A

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

Shades of Tyrian Purple #55033A

Tints of Tyrian Purple #55033A

Color information

#55033A (or 0x55033A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3A. RGB value is (85,3,58). Sum of RGB (Red+Green+Blue) = 85+3+58=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033A is #AAFCC5. Grayscale: #212121. Windows color (decimal): -11205830 or 3801941. OLE color: 3801941.

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

Color convert

RGB85358-
CMYK00.960.320.67
HSL319.76º93.18%17.25%-
HSV(B)319.76º96.47%33.33%-
XYZ4.542.34.21-
YUV33.79141.67164.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=58.22%
G=2.05%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535800.960.320.67319.7693.1817.25
Hex5533A06020431405d11
Octal12537201404010350013521
Binary101010111111010011000001000001000011101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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