#551142

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

Shades of Tyrian Purple #551142

Tints of Tyrian Purple #551142

Color information

#551142 (or 0x551142) is unknown color: approx Tyrian Purple. HEX triplet: 55, 11 and 42. RGB value is (85,17,66). Sum of RGB (Red+Green+Blue) = 85+17+66=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551142 is #AAEEBD. Grayscale: #2A2A2A. Windows color (decimal): -11202238 or 4329813. OLE color: 4329813.

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

Color convert

RGB851766-
CMYK00.800.220.67
HSL316.76º66.67%20%-
HSV(B)316.76º80%33.33%-
XYZ4.932.735.42-
YUV42.92141.03158.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=50.60%
G=10.12%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85176600.800.220.67316.7666.6720
Hex551142050164313d4314
Octal1252110201202610347510324
Binary101010110001100001001010000101101000011100111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551142; }

 p { color: rgb(85,17,66); }

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

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

 a { background-color: rgb(85,17,66); }

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

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

 span { border-color: rgb(85,17,66); }

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