#5D2760

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

Shades of Palatinate Purple #5D2760

Tints of Palatinate Purple #5D2760

Color information

#5D2760 (or 0x5D2760) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 27 and 60. RGB value is (93,39,96). Sum of RGB (Red+Green+Blue) = 93+39+96=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D2760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2760 is #A2D89F. Grayscale: #3D3D3D. Windows color (decimal): -10672288 or 6301533. OLE color: 6301533.

HSL color Cylindrical-coordinate representation of color #5D2760: hue angle of 296.84º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D2760 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB933996-
CMYK0.030.5900.62
HSL296.84º42.22%26.47%-
HSV(B)296.84º59.38%37.65%-
XYZ7.354.6211.57-
YUV61.64147.39150.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.79%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=40.79%
G=17.11%
B=42.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9339960.030.5900.62296.8442.2226.47
Hex5D276033B03E1292a1a
Octal135471403730764515232
Binary1011101100111110000011111011011111010010100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,96); }

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

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

 a { background-color: rgb(93,39,96); }

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

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

 span { border-color: rgb(93,39,96); }

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