#55005B

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

Shades of Palatinate Purple #55005B

Tints of Palatinate Purple #55005B

Color information

#55005B (or 0x55005B) is unknown color: approx Palatinate Purple. HEX triplet: 55, 00 and 5B. RGB value is (85,0,91). Sum of RGB (Red+Green+Blue) = 85+0+91=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #55005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55005B is #AAFFA4. Grayscale: #232323. Windows color (decimal): -11206565 or 5963861. OLE color: 5963861.

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

Color convert

RGB85091-
CMYK0.07100.64
HSL296.04º100%17.84%-
HSV(B)296.04º100%35.69%-
XYZ5.632.6910.12-
YUV35.79159.16163.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=48.30%
G=0%
B=51.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal850910.07100.64296.0410017.84
Hex5505B7640401286412
Octal12501337144010045014422
Binary101010101011011111110010001000000100101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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