#55144F

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

Shades of Palatinate Purple #55144F

Tints of Palatinate Purple #55144F

Color information

#55144F (or 0x55144F) is unknown color: approx Palatinate Purple. HEX triplet: 55, 14 and 4F. RGB value is (85,20,79). Sum of RGB (Red+Green+Blue) = 85+20+79=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144F is #AAEBB0. Grayscale: #2D2D2D. Windows color (decimal): -11201457 or 5182549. OLE color: 5182549.

HSL color Cylindrical-coordinate representation of color #55144F: hue angle of 305.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55144F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB852079-
CMYK00.760.070.67
HSL305.54º61.9%20.59%-
HSV(B)305.54º76.47%33.33%-
XYZ5.4137.69-
YUV46.16146.53155.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=46.20%
G=10.87%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85207900.760.070.67305.5461.920.59
Hex55144F04C7431323e15
Octal12524117011471034627625
Binary101010110100100111101001100111100001110011001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55144F; }

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

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

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

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

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

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

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

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