#55154F

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

Shades of Palatinate Purple #55154F

Tints of Palatinate Purple #55154F

Color information

#55154F (or 0x55154F) is unknown color: approx Palatinate Purple. HEX triplet: 55, 15 and 4F. RGB value is (85,21,79). Sum of RGB (Red+Green+Blue) = 85+21+79=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55154F is #AAEAB0. Grayscale: #2E2E2E. Windows color (decimal): -11201201 or 5182805. OLE color: 5182805.

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

Color convert

RGB852179-
CMYK00.750.070.67
HSL305.62º60.38%20.78%-
HSV(B)305.62º75.29%33.33%-
XYZ5.433.037.7-
YUV46.75146.2155.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=45.95%
G=11.35%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85217900.750.070.67305.6260.3820.78
Hex55154F04B7431323c15
Octal12525117011371034627425
Binary101010110101100111101001011111100001110011001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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