#551246

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

Shades of Tyrian Purple #551246

Tints of Tyrian Purple #551246

Color information

#551246 (or 0x551246) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 46. RGB value is (85,18,70). Sum of RGB (Red+Green+Blue) = 85+18+70=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551246 is #AAEDB9. Grayscale: #2B2B2B. Windows color (decimal): -11201978 or 4592213. OLE color: 4592213.

HSL color Cylindrical-coordinate representation of color #551246: hue angle of 313.43º 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 #551246 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB851870-
CMYK00.790.180.67
HSL313.43º65.05%20.2%-
HSV(B)313.43º78.82%33.33%-
XYZ5.072.816.07-
YUV43.96142.7157.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=49.13%
G=10.40%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85187000.790.180.67313.4365.0520.2
Hex55124604F12431394114
Octal1252210601172210347110124
Binary101010110010100011001001111100101000011100111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551246; }

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

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

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

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

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

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

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

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