#550327

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

Shades of Tyrian Purple #550327

Tints of Tyrian Purple #550327

Color information

#550327 (or 0x550327) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 27. RGB value is (85,3,39). Sum of RGB (Red+Green+Blue) = 85+3+39=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #550327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550327 is #AAFCD8. Grayscale: #1F1F1F. Windows color (decimal): -11205849 or 2556757. OLE color: 2556757.

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

Color convert

RGB85339-
CMYK00.960.540.67
HSL333.66º93.18%17.25%-
HSV(B)333.66º96.47%33.33%-
XYZ4.152.142.11-
YUV31.62132.17166.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=66.93%
G=2.36%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533900.960.540.67333.6693.1817.25
Hex55327060364314e5d11
Octal12534701406610351613521
Binary101010111100111011000001101101000011101001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550327; }

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

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

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

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

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

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

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

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