#55083D

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

Shades of Tyrian Purple #55083D

Tints of Tyrian Purple #55083D

Color information

#55083D (or 0x55083D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 3D. RGB value is (85,8,61). Sum of RGB (Red+Green+Blue) = 85+8+61=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083D is #AAF7C2. Grayscale: #242424. Windows color (decimal): -11204547 or 3999829. OLE color: 3999829.

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

Color convert

RGB85861-
CMYK00.910.280.67
HSL318.7º82.8%18.24%-
HSV(B)318.7º90.59%33.33%-
XYZ4.682.444.64-
YUV37.06141.51162.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=55.19%
G=5.19%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8586100.910.280.67318.782.818.24
Hex5583D05B1C4313f5312
Octal125107501333410347712322
Binary1010101100011110101011011111001000011100111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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