#55133F

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

Shades of Tyrian Purple #55133F

Tints of Tyrian Purple #55133F

Color information

#55133F (or 0x55133F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 13 and 3F. RGB value is (85,19,63). Sum of RGB (Red+Green+Blue) = 85+19+63=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133F is #AAECC0. Grayscale: #2B2B2B. Windows color (decimal): -11201729 or 4133717. OLE color: 4133717.

HSL color Cylindrical-coordinate representation of color #55133F: hue angle of 320º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB851963-
CMYK00.780.260.67
HSL320º63.46%20.39%-
HSV(B)320º77.65%33.33%-
XYZ4.882.764.98-
YUV43.75138.87157.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 63 (25% from 255) = 37.72%
R=50.90%
G=11.38%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85196300.780.260.6732063.4620.39
Hex55133F04E1A431403f14
Octal12523770116321035007724
Binary1010101100111111110100111011010100001110100000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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