#55083B

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

Shades of Tyrian Purple #55083B

Tints of Tyrian Purple #55083B

Color information

#55083B (or 0x55083B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 3B. RGB value is (85,8,59). Sum of RGB (Red+Green+Blue) = 85+8+59=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083B is #AAF7C4. Grayscale: #242424. Windows color (decimal): -11204549 or 3868757. OLE color: 3868757.

HSL color Cylindrical-coordinate representation of color #55083B: hue angle of 320.26º 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 #55083B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB85859-
CMYK00.910.310.67
HSL320.26º82.8%18.24%-
HSV(B)320.26º90.59%33.33%-
XYZ4.622.424.36-
YUV36.84140.51162.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=55.92%
G=5.26%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585900.910.310.67320.2682.818.24
Hex5583B05B1F431405312
Octal125107301333710350012322
Binary1010101100011101101011011111111000011101000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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