#55103D

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

Shades of Tyrian Purple #55103D

Tints of Tyrian Purple #55103D

Color information

#55103D (or 0x55103D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 3D. RGB value is (85,16,61). Sum of RGB (Red+Green+Blue) = 85+16+61=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103D is #AAEFC2. Grayscale: #292929. Windows color (decimal): -11202499 or 4001877. OLE color: 4001877.

HSL color Cylindrical-coordinate representation of color #55103D: hue angle of 320.87º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55103D is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB851661-
CMYK00.810.280.67
HSL320.87º68.32%19.8%-
HSV(B)320.87º81.18%33.33%-
XYZ4.772.644.67-
YUV41.76138.86158.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=52.47%
G=9.88%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166100.810.280.67320.8768.3219.8
Hex55103D0511C431414414
Octal125207501213410350110424
Binary10101011000011110101010001111001000011101000001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55103D; }

 p { color: rgb(85,16,61); }

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

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

 a { background-color: rgb(85,16,61); }

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

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

 span { border-color: rgb(85,16,61); }

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