#55032E

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

Shades of Tyrian Purple #55032E

Tints of Tyrian Purple #55032E

Color information

#55032E (or 0x55032E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 2E. RGB value is (85,3,46). Sum of RGB (Red+Green+Blue) = 85+3+46=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032E is #AAFCD1. Grayscale: #202020. Windows color (decimal): -11205842 or 3015509. OLE color: 3015509.

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

Color convert

RGB85346-
CMYK00.960.460.67
HSL328.54º93.18%17.25%-
HSV(B)328.54º96.47%33.33%-
XYZ4.272.192.78-
YUV32.42135.67165.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=63.43%
G=2.24%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534600.960.460.67328.5493.1817.25
Hex5532E0602E431495d11
Octal12535601405610351113521
Binary101010111101110011000001011101000011101001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55032E; }

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

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

<style>
 a { background-color: #55032E; }

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

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

<style>
 span { border-color: #55032E; }

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

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