#5B1265

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

Shades of Palatinate Purple #5B1265

Tints of Palatinate Purple #5B1265

Color information

#5B1265 (or 0x5B1265) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 12 and 65. RGB value is (91,18,101). Sum of RGB (Red+Green+Blue) = 91+18+101=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1265 is #A4ED9A. Grayscale: #313131. Windows color (decimal): -10808731 or 6623835. OLE color: 6623835.

HSL color Cylindrical-coordinate representation of color #5B1265: hue angle of 292.77º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1265 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9118101-
CMYK0.100.8200.60
HSL292.77º69.75%23.33%-
HSV(B)292.77º82.18%39.61%-
XYZ6.883.612.64-
YUV49.29157.18157.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.33%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=43.33%
G=8.57%
B=48.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91181010.100.8200.60292.7769.7523.33
Hex5B1265A5203C1254617
Octal133221451212207444510627
Binary1011011100101100101101010100100111100100100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,101); }

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

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

 a { background-color: rgb(91,18,101); }

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

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

 span { border-color: rgb(91,18,101); }

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