#55004A

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

Shades of Tyrian Purple #55004A

Tints of Tyrian Purple #55004A

Color information

#55004A (or 0x55004A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 4A. RGB value is (85,0,74). Sum of RGB (Red+Green+Blue) = 85+0+74=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55004A is #AAFFB5. Grayscale: #212121. Windows color (decimal): -11206582 or 4849749. OLE color: 4849749.

HSL color Cylindrical-coordinate representation of color #55004A: hue angle of 307.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55004A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB85074-
CMYK010.130.67
HSL307.76º100%16.67%-
HSV(B)307.76º100%33.33%-
XYZ4.982.436.68-
YUV33.85150.66164.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=53.46%
G=0%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85074010.130.67307.7610016.67
Hex5504A064D431346411
Octal125011201441510346414421
Binary1010101010010100110010011011000011100110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,0,74); }

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

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

 a { background-color: rgb(85,0,74); }

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

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

 span { border-color: rgb(85,0,74); }

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