#550034

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

Shades of Tyrian Purple #550034

Tints of Tyrian Purple #550034

Color information

#550034 (or 0x550034) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 34. RGB value is (85,0,52). Sum of RGB (Red+Green+Blue) = 85+0+52=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #550034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550034 is #AAFFCB. Grayscale: #1F1F1F. Windows color (decimal): -11206604 or 3407957. OLE color: 3407957.

HSL color Cylindrical-coordinate representation of color #550034: hue angle of 323.29º 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 #550034 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB85052-
CMYK010.390.67
HSL323.29º100%16.67%-
HSV(B)323.29º100%33.33%-
XYZ4.372.183.44-
YUV31.34139.66166.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=62.04%
G=0%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85052010.390.67323.2910016.67
Hex5503406427431436411
Octal12506401444710350314421
Binary10101010110100011001001001111000011101000011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550034; }

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

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

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

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

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

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

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

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