#550833

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

Shades of Tyrian Purple #550833

Tints of Tyrian Purple #550833

Color information

#550833 (or 0x550833) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 33. RGB value is (85,8,51). Sum of RGB (Red+Green+Blue) = 85+8+51=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #550833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550833 is #AAF7CC. Grayscale: #232323. Windows color (decimal): -11204557 or 3344469. OLE color: 3344469.

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

Color convert

RGB85851-
CMYK00.910.400.67
HSL326.49º82.8%18.24%-
HSV(B)326.49º90.59%33.33%-
XYZ4.432.343.35-
YUV35.92136.51163-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=59.03%
G=5.56%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585100.910.400.67326.4982.818.24
Hex5583305B28431465312
Octal125106301335010350612322
Binary10101011000110011010110111010001000011101000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550833; }

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

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

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

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

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

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

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

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