#550334

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

Shades of Tyrian Purple #550334

Tints of Tyrian Purple #550334

Color information

#550334 (or 0x550334) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 34. RGB value is (85,3,52). Sum of RGB (Red+Green+Blue) = 85+3+52=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550334 is #AAFCCB. Grayscale: #202020. Windows color (decimal): -11205836 or 3408725. OLE color: 3408725.

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

Color convert

RGB85352-
CMYK00.960.390.67
HSL324.15º93.18%17.25%-
HSV(B)324.15º96.47%33.33%-
XYZ4.42.243.45-
YUV33.1138.67165.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=60.71%
G=2.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535200.960.390.67324.1593.1817.25
Hex5533406027431445d11
Octal12536401404710350413521
Binary101010111110100011000001001111000011101000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550334; }

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

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

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

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

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

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

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

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