#55103F

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

Shades of Tyrian Purple #55103F

Tints of Tyrian Purple #55103F

Color information

#55103F (or 0x55103F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 3F. RGB value is (85,16,63). Sum of RGB (Red+Green+Blue) = 85+16+63=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103F is #AAEFC0. Grayscale: #292929. Windows color (decimal): -11202497 or 4132949. OLE color: 4132949.

HSL color Cylindrical-coordinate representation of color #55103F: hue angle of 319.13º 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 #55103F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB851663-
CMYK00.810.260.67
HSL319.13º68.32%19.8%-
HSV(B)319.13º81.18%33.33%-
XYZ4.832.664.96-
YUV41.99139.86158.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 63 (25% from 255) = 38.41%
R=51.83%
G=9.76%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166300.810.260.67319.1368.3219.8
Hex55103F0511A4313f4414
Octal125207701213210347710424
Binary10101011000011111101010001110101000011100111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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