#550934

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

Shades of Tyrian Purple #550934

Tints of Tyrian Purple #550934

Color information

#550934 (or 0x550934) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 34. RGB value is (85,9,52). Sum of RGB (Red+Green+Blue) = 85+9+52=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #550934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550934 is #AAF6CB. Grayscale: #242424. Windows color (decimal): -11204300 or 3410261. OLE color: 3410261.

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

Color convert

RGB85952-
CMYK00.890.390.67
HSL326.05º80.85%18.43%-
HSV(B)326.05º89.41%33.33%-
XYZ4.462.373.47-
YUV36.63136.68162.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=58.22%
G=6.16%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595200.890.390.67326.0580.8518.43
Hex5593405927431465112
Octal125116401314710350612122
Binary10101011001110100010110011001111000011101000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550934; }

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

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

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

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

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

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

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

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