#550750

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

Shades of Tyrian Purple #550750

Tints of Tyrian Purple #550750

Color information

#550750 (or 0x550750) is unknown color: approx Tyrian Purple. HEX triplet: 55, 07 and 50. RGB value is (85,7,80). Sum of RGB (Red+Green+Blue) = 85+7+80=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #550750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550750 is #AAF8AF. Grayscale: #262626. Windows color (decimal): -11204784 or 5244757. OLE color: 5244757.

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

Color convert

RGB85780-
CMYK00.920.060.67
HSL303.85º84.78%18.04%-
HSV(B)303.85º91.76%33.33%-
XYZ5.272.667.83-
YUV38.64151.34161.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=49.42%
G=4.07%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8578000.920.060.67303.8584.7818.04
Hex5575005C6431305512
Octal12571200134610346012522
Binary10101011111010000010111001101000011100110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550750; }

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

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

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

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

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

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

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

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