#55004D

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

Shades of Tyrian Purple #55004D

Tints of Tyrian Purple #55004D

Color information

#55004D (or 0x55004D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 4D. RGB value is (85,0,77). Sum of RGB (Red+Green+Blue) = 85+0+77=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55004D is #AAFFB2. Grayscale: #212121. Windows color (decimal): -11206579 or 5046357. OLE color: 5046357.

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

Color convert

RGB85077-
CMYK010.090.67
HSL305.65º100%16.67%-
HSV(B)305.65º100%33.33%-
XYZ5.092.477.23-
YUV34.19152.16164.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=52.47%
G=0%
B=47.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85077010.090.67305.6510016.67
Hex5504D0649431326411
Octal125011501441110346214421
Binary1010101010011010110010010011000011100110010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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