#55034B

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

Shades of Tyrian Purple #55034B

Tints of Tyrian Purple #55034B

Color information

#55034B (or 0x55034B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 4B. RGB value is (85,3,75). Sum of RGB (Red+Green+Blue) = 85+3+75=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55034B is #AAFCB4. Grayscale: #232323. Windows color (decimal): -11205813 or 4916053. OLE color: 4916053.

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

Color convert

RGB85375-
CMYK00.960.120.67
HSL307.32º93.18%17.25%-
HSV(B)307.32º96.47%33.33%-
XYZ5.052.56.87-
YUV35.73150.17163.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=52.15%
G=1.84%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537500.960.120.67307.3293.1817.25
Hex5534B060C431335d11
Octal125311301401410346313521
Binary10101011110010110110000011001000011100110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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