#550930

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

Shades of Tyrian Purple #550930

Tints of Tyrian Purple #550930

Color information

#550930 (or 0x550930) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 30. RGB value is (85,9,48). Sum of RGB (Red+Green+Blue) = 85+9+48=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550930 is #AAF6CF. Grayscale: #242424. Windows color (decimal): -11204304 or 3148117. OLE color: 3148117.

HSL color Cylindrical-coordinate representation of color #550930: hue angle of 329.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550930 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB85948-
CMYK00.890.440.67
HSL329.21º80.85%18.43%-
HSV(B)329.21º89.41%33.33%-
XYZ4.382.343.02-
YUV36.17134.68162.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=59.86%
G=6.34%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8594800.890.440.67329.2180.8518.43
Hex559300592C431495112
Octal125116001315410351112122
Binary10101011001110000010110011011001000011101001001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550930; }

 p { color: rgb(85,9,48); }

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

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

 a { background-color: rgb(85,9,48); }

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

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

 span { border-color: rgb(85,9,48); }

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