#550C4F

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

Shades of Palatinate Purple #550C4F

Tints of Palatinate Purple #550C4F

Color information

#550C4F (or 0x550C4F) is unknown color: approx Palatinate Purple. HEX triplet: 55, 0C and 4F. RGB value is (85,12,79). Sum of RGB (Red+Green+Blue) = 85+12+79=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #550C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C4F is #AAF3B0. Grayscale: #292929. Windows color (decimal): -11203505 or 5180501. OLE color: 5180501.

HSL color Cylindrical-coordinate representation of color #550C4F: hue angle of 304.93º 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 #550C4F is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB851279-
CMYK00.860.070.67
HSL304.93º75.26%19.02%-
HSV(B)304.93º85.88%33.33%-
XYZ5.292.767.65-
YUV41.46149.18159.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=48.30%
G=6.82%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85127900.860.070.67304.9375.2619.02
Hex55C4F0567431314b13
Octal125141170126710346111323
Binary101010111001001111010101101111000011100110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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