#550348

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

Shades of Tyrian Purple #550348

Tints of Tyrian Purple #550348

Color information

#550348 (or 0x550348) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 48. RGB value is (85,3,72). Sum of RGB (Red+Green+Blue) = 85+3+72=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550348 is #AAFCB7. Grayscale: #232323. Windows color (decimal): -11205816 or 4719445. OLE color: 4719445.

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

Color convert

RGB85372-
CMYK00.960.150.67
HSL309.51º93.18%17.25%-
HSV(B)309.51º96.47%33.33%-
XYZ4.952.466.35-
YUV35.38148.67163.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 72 (28.52% from 255) = 45%
R=53.12%
G=1.88%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537200.960.150.67309.5193.1817.25
Hex55348060F431365d11
Octal125311001401710346613521
Binary10101011110010000110000011111000011100110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550348; }

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

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

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

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

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

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

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

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