#55123C

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

Shades of Tyrian Purple #55123C

Tints of Tyrian Purple #55123C

Color information

#55123C (or 0x55123C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 3C. RGB value is (85,18,60). Sum of RGB (Red+Green+Blue) = 85+18+60=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55123C is #AAEDC3. Grayscale: #2A2A2A. Windows color (decimal): -11201988 or 3936853. OLE color: 3936853.

HSL color Cylindrical-coordinate representation of color #55123C: hue angle of 322.39º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55123C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB851860-
CMYK00.790.290.67
HSL322.39º65.05%20.2%-
HSV(B)322.39º78.82%33.33%-
XYZ4.782.694.54-
YUV42.82137.7158.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=52.15%
G=11.04%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85186000.790.290.67322.3965.0520.2
Hex55123C04F1D431424114
Octal125227401173510350210124
Binary10101011001011110001001111111011000011101000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55123C; }

 p { color: rgb(85,18,60); }

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

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

 a { background-color: rgb(85,18,60); }

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

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

 span { border-color: rgb(85,18,60); }

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