#5B2655

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

Shades of Palatinate Purple #5B2655

Tints of Palatinate Purple #5B2655

Color information

#5B2655 (or 0x5B2655) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 26 and 55. RGB value is (91,38,85). Sum of RGB (Red+Green+Blue) = 91+38+85=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2655 is #A4D9AA. Grayscale: #3B3B3B. Windows color (decimal): -10803627 or 5580379. OLE color: 5580379.

HSL color Cylindrical-coordinate representation of color #5B2655: hue angle of 306.79º 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 #5B2655 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB913885-
CMYK00.580.070.64
HSL306.79º41.09%25.29%-
HSV(B)306.79º58.24%35.69%-
XYZ6.654.279.07-
YUV59.2142.56150.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=42.52%
G=17.76%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91388500.580.070.64306.7941.0925.29
Hex5B265503A7401332919
Octal1334612507271004635131
Binary101101110011010101010111010111100000010011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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