#55034C

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

Shades of Tyrian Purple #55034C

Tints of Tyrian Purple #55034C

Color information

#55034C (or 0x55034C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 4C. RGB value is (85,3,76). Sum of RGB (Red+Green+Blue) = 85+3+76=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55034C is #AAFCB3. Grayscale: #232323. Windows color (decimal): -11205812 or 4981589. OLE color: 4981589.

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

Color convert

RGB85376-
CMYK00.960.110.67
HSL306.59º93.18%17.25%-
HSV(B)306.59º96.47%33.33%-
XYZ5.082.527.06-
YUV35.84150.67163.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=51.83%
G=1.83%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537600.960.110.67306.5993.1817.25
Hex5534C060B431335d11
Octal125311401401310346313521
Binary10101011110011000110000010111000011100110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55034C; }

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

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

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

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

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

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

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

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