#550C4E

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

Shades of Tyrian Purple #550C4E

Tints of Tyrian Purple #550C4E

Color information

#550C4E (or 0x550C4E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0C and 4E. RGB value is (85,12,78). Sum of RGB (Red+Green+Blue) = 85+12+78=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C4E is #AAF3B1. Grayscale: #292929. Windows color (decimal): -11203506 or 5114965. OLE color: 5114965.

HSL color Cylindrical-coordinate representation of color #550C4E: hue angle of 305.75º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C4E is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB851278-
CMYK00.860.080.67
HSL305.75º75.26%19.02%-
HSV(B)305.75º85.88%33.33%-
XYZ5.252.747.46-
YUV41.35148.68159.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=48.57%
G=6.86%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85127800.860.080.67305.7575.2619.02
Hex55C4E0568431324b13
Octal1251411601261010346211323
Binary1010101110010011100101011010001000011100110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C4E; }

 p { color: rgb(85,12,78); }

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

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

 a { background-color: rgb(85,12,78); }

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

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

 span { border-color: rgb(85,12,78); }

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