#55034D

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

Shades of Tyrian Purple #55034D

Tints of Tyrian Purple #55034D

Color information

#55034D (or 0x55034D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 4D. RGB value is (85,3,77). Sum of RGB (Red+Green+Blue) = 85+3+77=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55034D is #AAFCB2. Grayscale: #232323. Windows color (decimal): -11205811 or 5047125. OLE color: 5047125.

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

Color convert

RGB85377-
CMYK00.960.090.67
HSL305.85º93.18%17.25%-
HSV(B)305.85º96.47%33.33%-
XYZ5.122.537.24-
YUV35.95151.17162.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=51.52%
G=1.82%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537700.960.090.67305.8593.1817.25
Hex5534D0609431325d11
Octal125311501401110346213521
Binary10101011110011010110000010011000011100110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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