#55034F

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

Shades of Tyrian Purple #55034F

Tints of Tyrian Purple #55034F

Color information

#55034F (or 0x55034F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 4F. RGB value is (85,3,79). Sum of RGB (Red+Green+Blue) = 85+3+79=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55034F is #AAFCB0. Grayscale: #232323. Windows color (decimal): -11205809 or 5178197. OLE color: 5178197.

HSL color Cylindrical-coordinate representation of color #55034F: hue angle of 304.39º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55034F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB85379-
CMYK00.960.070.67
HSL304.39º93.18%17.25%-
HSV(B)304.39º96.47%33.33%-
XYZ5.192.567.62-
YUV36.18152.17162.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=50.90%
G=1.80%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537900.960.070.67304.3993.1817.25
Hex5534F0607431305d11
Octal12531170140710346013521
Binary1010101111001111011000001111000011100110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55034F; }

 p { color: rgb(85,3,79); }

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

<style>
 a { background-color: #55034F; }

 a { background-color: rgb(85,3,79); }

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

<style>
 span { border-color: #55034F; }

 span { border-color: rgb(85,3,79); }

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