#55003F

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

Shades of Tyrian Purple #55003F

Tints of Tyrian Purple #55003F

Color information

#55003F (or 0x55003F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 3F. RGB value is (85,0,63). Sum of RGB (Red+Green+Blue) = 85+0+63=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55003F is #AAFFC0. Grayscale: #202020. Windows color (decimal): -11206593 or 4128853. OLE color: 4128853.

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

Color convert

RGB85063-
CMYK010.260.67
HSL315.53º100%16.67%-
HSV(B)315.53º100%33.33%-
XYZ4.642.294.9-
YUV32.6145.16165.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 42.57%
R=57.43%
G=0%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85063010.260.67315.5310016.67
Hex5503F0641A4313c6411
Octal12507701443210347414421
Binary1010101011111101100100110101000011100111100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,0,63); }

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

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

 a { background-color: rgb(85,0,63); }

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

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

 span { border-color: rgb(85,0,63); }

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