#55015B

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

Shades of Palatinate Purple #55015B

Tints of Palatinate Purple #55015B

Color information

#55015B (or 0x55015B) is unknown color: approx Palatinate Purple. HEX triplet: 55, 01 and 5B. RGB value is (85,1,91). Sum of RGB (Red+Green+Blue) = 85+1+91=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #55015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55015B is #AAFEA4. Grayscale: #242424. Windows color (decimal): -11206309 or 5964117. OLE color: 5964117.

HSL color Cylindrical-coordinate representation of color #55015B: hue angle of 296º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55015B is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85191-
CMYK0.070.9900.64
HSL296º97.83%18.04%-
HSV(B)296º98.9%35.69%-
XYZ5.652.7110.12-
YUV36.38158.83162.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=48.02%
G=0.56%
B=51.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal851910.070.9900.6429697.8318.04
Hex5515B7630401286212
Octal12511337143010045014222
Binary101010111011011111110001101000000100101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55015B; }

 p { color: rgb(85,1,91); }

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

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

 a { background-color: rgb(85,1,91); }

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

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

 span { border-color: rgb(85,1,91); }

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