#55094B

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

Shades of Tyrian Purple #55094B

Tints of Tyrian Purple #55094B

Color information

#55094B (or 0x55094B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 4B. RGB value is (85,9,75). Sum of RGB (Red+Green+Blue) = 85+9+75=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55094B is #AAF6B4. Grayscale: #272727. Windows color (decimal): -11204277 or 4917589. OLE color: 4917589.

HSL color Cylindrical-coordinate representation of color #55094B: hue angle of 307.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55094B is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB85975-
CMYK00.890.120.67
HSL307.89º80.85%18.43%-
HSV(B)307.89º89.41%33.33%-
XYZ5.112.636.9-
YUV39.25148.18160.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=50.30%
G=5.33%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8597500.890.120.67307.8980.8518.43
Hex5594B059C431345112
Octal1251111301311410346412122
Binary1010101100110010110101100111001000011100110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,9,75); }

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

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

 a { background-color: rgb(85,9,75); }

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

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

 span { border-color: rgb(85,9,75); }

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