#5E2360

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

Shades of Palatinate Purple #5E2360

Tints of Palatinate Purple #5E2360

Color information

#5E2360 (or 0x5E2360) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 23 and 60. RGB value is (94,35,96). Sum of RGB (Red+Green+Blue) = 94+35+96=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2360 is #A1DC9F. Grayscale: #3B3B3B. Windows color (decimal): -10607776 or 6300510. OLE color: 6300510.

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

Color convert

RGB943596-
CMYK0.020.6400.62
HSL298.03º46.56%25.69%-
HSV(B)298.03º63.54%37.65%-
XYZ7.334.4311.53-
YUV59.6148.55152.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=41.78%
G=15.56%
B=42.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9435960.020.6400.62298.0346.5625.69
Hex5E236024003E12a2f1a
Octal1364314021000764525732
Binary10111101000111100000101000000011111010010101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,96); }

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

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

 a { background-color: rgb(94,35,96); }

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

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

 span { border-color: rgb(94,35,96); }

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