#551249

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

Shades of Tyrian Purple #551249

Tints of Tyrian Purple #551249

Color information

#551249 (or 0x551249) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 49. RGB value is (85,18,73). Sum of RGB (Red+Green+Blue) = 85+18+73=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551249 is #AAEDB6. Grayscale: #2C2C2C. Windows color (decimal): -11201975 or 4788821. OLE color: 4788821.

HSL color Cylindrical-coordinate representation of color #551249: hue angle of 310.75º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551249 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB851873-
CMYK00.790.140.67
HSL310.75º65.05%20.2%-
HSV(B)310.75º78.82%33.33%-
XYZ5.172.846.58-
YUV44.3144.2157.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=48.30%
G=10.23%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85187300.790.140.67310.7565.0520.2
Hex55124904FE431374114
Octal1252211101171610346710124
Binary10101011001010010010100111111101000011100110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551249; }

 p { color: rgb(85,18,73); }

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

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

 a { background-color: rgb(85,18,73); }

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

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

 span { border-color: rgb(85,18,73); }

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