#550734

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

Shades of Tyrian Purple #550734

Tints of Tyrian Purple #550734

Color information

#550734 (or 0x550734) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 34. RGB value is (85,7,52). Sum of RGB (Red+Green+Blue) = 85+7+52=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #550734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550734 is #AAF8CB. Grayscale: #232323. Windows color (decimal): -11204812 or 3409749. OLE color: 3409749.

HSL color Cylindrical-coordinate representation of color #550734: hue angle of 325.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550734 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB85752-
CMYK00.920.390.67
HSL325.38º84.78%18.04%-
HSV(B)325.38º91.76%33.33%-
XYZ4.442.333.46-
YUV35.45137.34163.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=59.03%
G=4.86%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8575200.920.390.67325.3884.7818.04
Hex5573405C27431455512
Octal12576401344710350512522
Binary1010101111110100010111001001111000011101000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550734; }

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

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

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

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

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

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

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

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