#55023B

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

Shades of Tyrian Purple #55023B

Tints of Tyrian Purple #55023B

Color information

#55023B (or 0x55023B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 3B. RGB value is (85,2,59). Sum of RGB (Red+Green+Blue) = 85+2+59=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023B is #AAFDC4. Grayscale: #212121. Windows color (decimal): -11206085 or 3867221. OLE color: 3867221.

HSL color Cylindrical-coordinate representation of color #55023B: hue angle of 318.8º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55023B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB85259-
CMYK00.980.310.67
HSL318.8º95.4%17.06%-
HSV(B)318.8º97.65%33.33%-
XYZ4.562.294.34-
YUV33.32142.5164.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=58.22%
G=1.37%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525900.980.310.67318.895.417.06
Hex5523B0621F4313f5f11
Octal12527301423710347713721
Binary10101011011101101100010111111000011100111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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