#5E035C

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

Shades of Palatinate Purple #5E035C

Tints of Palatinate Purple #5E035C

Color information

#5E035C (or 0x5E035C) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 03 and 5C. RGB value is (94,3,92). Sum of RGB (Red+Green+Blue) = 94+3+92=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E035C is #A1FCA3. Grayscale: #282828. Windows color (decimal): -10615972 or 6030174. OLE color: 6030174.

HSL color Cylindrical-coordinate representation of color #5E035C: hue angle of 301.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E035C is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB94392-
CMYK00.970.020.63
HSL301.32º93.81%19.02%-
HSV(B)301.32º96.81%36.86%-
XYZ6.583.2210.4-
YUV40.35157.15166.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.74%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=49.74%
G=1.59%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9439200.970.020.63301.3293.8119.02
Hex5E35C06123F12d5e13
Octal1363134014127745513623
Binary10111101110111000110000110111111100101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,92); }

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

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

 a { background-color: rgb(94,3,92); }

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

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

 span { border-color: rgb(94,3,92); }

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