#550127

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

Shades of Tyrian Purple #550127

Tints of Tyrian Purple #550127

Color information

#550127 (or 0x550127) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 27. RGB value is (85,1,39). Sum of RGB (Red+Green+Blue) = 85+1+39=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550127 is #AAFED8. Grayscale: #1E1E1E. Windows color (decimal): -11206361 or 2556245. OLE color: 2556245.

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

Color convert

RGB85139-
CMYK00.990.540.67
HSL332.86º97.67%16.86%-
HSV(B)332.86º98.82%33.33%-
XYZ4.122.12.11-
YUV30.45132.83166.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=68%
G=0.8%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513900.990.540.67332.8697.6716.86
Hex55127063364314d6211
Octal12514701436610351514221
Binary10101011100111011000111101101000011101001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550127; }

 p { color: rgb(85,1,39); }

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

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

 a { background-color: rgb(85,1,39); }

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

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

 span { border-color: rgb(85,1,39); }

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