#5B2652

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

Shades of Palatinate Purple #5B2652

Tints of Palatinate Purple #5B2652

Color information

#5B2652 (or 0x5B2652) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 26 and 52. RGB value is (91,38,82). Sum of RGB (Red+Green+Blue) = 91+38+82=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2652 is #A4D9AD. Grayscale: #3A3A3A. Windows color (decimal): -10803630 or 5383771. OLE color: 5383771.

HSL color Cylindrical-coordinate representation of color #5B2652: hue angle of 310.19º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2652 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB913882-
CMYK00.580.100.64
HSL310.19º41.09%25.29%-
HSV(B)310.19º58.24%35.69%-
XYZ6.534.228.45-
YUV58.86141.06150.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=43.13%
G=18.01%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91388200.580.100.64310.1941.0925.29
Hex5B265203AA401362919
Octal13346122072121004665131
Binary1011011100110101001001110101010100000010011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2652; }

 p { color: rgb(91,38,82); }

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

<style>
 a { background-color: #5B2652; }

 a { background-color: rgb(91,38,82); }

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

<style>
 span { border-color: #5B2652; }

 span { border-color: rgb(91,38,82); }

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