#55083A

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

Shades of Tyrian Purple #55083A

Tints of Tyrian Purple #55083A

Color information

#55083A (or 0x55083A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 3A. RGB value is (85,8,58). Sum of RGB (Red+Green+Blue) = 85+8+58=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083A is #AAF7C5. Grayscale: #242424. Windows color (decimal): -11204550 or 3803221. OLE color: 3803221.

HSL color Cylindrical-coordinate representation of color #55083A: hue angle of 321.04º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55083A is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB85858-
CMYK00.910.320.67
HSL321.04º82.8%18.24%-
HSV(B)321.04º90.59%33.33%-
XYZ4.62.414.23-
YUV36.72140.01162.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=56.29%
G=5.30%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585800.910.320.67321.0482.818.24
Hex5583A05B20431415312
Octal125107201334010350112322
Binary10101011000111010010110111000001000011101000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55083A; }

 p { color: rgb(85,8,58); }

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

<style>
 a { background-color: #55083A; }

 a { background-color: rgb(85,8,58); }

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

<style>
 span { border-color: #55083A; }

 span { border-color: rgb(85,8,58); }

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