#550733

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

Shades of Tyrian Purple #550733

Tints of Tyrian Purple #550733

Color information

#550733 (or 0x550733) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 33. RGB value is (85,7,51). Sum of RGB (Red+Green+Blue) = 85+7+51=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550733 is #AAF8CC. Grayscale: #232323. Windows color (decimal): -11204813 or 3344213. OLE color: 3344213.

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

Color convert

RGB85751-
CMYK00.920.400.67
HSL326.15º84.78%18.04%-
HSV(B)326.15º91.76%33.33%-
XYZ4.422.323.35-
YUV35.34136.84163.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=59.44%
G=4.90%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8575100.920.400.67326.1584.7818.04
Hex5573305C28431465512
Octal12576301345010350612522
Binary1010101111110011010111001010001000011101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550733; }

 p { color: rgb(85,7,51); }

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

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

 a { background-color: rgb(85,7,51); }

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

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

 span { border-color: rgb(85,7,51); }

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