#55074B

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

Shades of Tyrian Purple #55074B

Tints of Tyrian Purple #55074B

Color information

#55074B (or 0x55074B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 4B. RGB value is (85,7,75). Sum of RGB (Red+Green+Blue) = 85+7+75=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55074B is #AAF8B4. Grayscale: #252525. Windows color (decimal): -11204789 or 4917077. OLE color: 4917077.

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

Color convert

RGB85775-
CMYK00.920.120.67
HSL307.69º84.78%18.04%-
HSV(B)307.69º91.76%33.33%-
XYZ5.092.596.89-
YUV38.07148.84161.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=50.90%
G=4.19%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8577500.920.120.67307.6984.7818.04
Hex5574B05CC431345512
Octal125711301341410346412522
Binary101010111110010110101110011001000011100110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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