#550126

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

Shades of Tyrian Purple #550126

Tints of Tyrian Purple #550126

Color information

#550126 (or 0x550126) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 26. RGB value is (85,1,38). Sum of RGB (Red+Green+Blue) = 85+1+38=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550126 is #AAFED9. Grayscale: #1E1E1E. Windows color (decimal): -11206362 or 2490709. OLE color: 2490709.

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

Color convert

RGB85138-
CMYK00.990.550.67
HSL333.57º97.67%16.86%-
HSV(B)333.57º98.82%33.33%-
XYZ4.112.092.02-
YUV30.33132.33166.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=68.55%
G=0.81%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513800.990.550.67333.5797.6716.86
Hex55126063374314e6211
Octal12514601436710351614221
Binary10101011100110011000111101111000011101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550126; }

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

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

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

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

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

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

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

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