#55123E

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

Shades of Tyrian Purple #55123E

Tints of Tyrian Purple #55123E

Color information

#55123E (or 0x55123E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 3E. RGB value is (85,18,62). Sum of RGB (Red+Green+Blue) = 85+18+62=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55123E is #AAEDC1. Grayscale: #2A2A2A. Windows color (decimal): -11201986 or 4067925. OLE color: 4067925.

HSL color Cylindrical-coordinate representation of color #55123E: hue angle of 320.6º 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 #55123E is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB851862-
CMYK00.790.270.67
HSL320.6º65.05%20.2%-
HSV(B)320.6º78.82%33.33%-
XYZ4.832.714.83-
YUV43.05138.7157.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=51.52%
G=10.91%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85186200.790.270.67320.665.0520.2
Hex55123E04F1B431414114
Octal125227601173310350110124
Binary10101011001011111001001111110111000011101000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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