#550338

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

Shades of Tyrian Purple #550338

Tints of Tyrian Purple #550338

Color information

#550338 (or 0x550338) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 38. RGB value is (85,3,56). Sum of RGB (Red+Green+Blue) = 85+3+56=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #550338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550338 is #AAFCC7. Grayscale: #212121. Windows color (decimal): -11205832 or 3670869. OLE color: 3670869.

HSL color Cylindrical-coordinate representation of color #550338: hue angle of 321.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550338 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB85356-
CMYK00.960.340.67
HSL321.22º93.18%17.25%-
HSV(B)321.22º96.47%33.33%-
XYZ4.492.283.95-
YUV33.56140.67164.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=59.03%
G=2.08%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535600.960.340.67321.2293.1817.25
Hex5533806022431415d11
Octal12537001404210350113521
Binary101010111111000011000001000101000011101000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550338; }

 p { color: rgb(85,3,56); }

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

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

 a { background-color: rgb(85,3,56); }

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

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

 span { border-color: rgb(85,3,56); }

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