#5E015F

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

Shades of Palatinate Purple #5E015F

Tints of Palatinate Purple #5E015F

Color information

#5E015F (or 0x5E015F) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 01 and 5F. RGB value is (94,1,95). Sum of RGB (Red+Green+Blue) = 94+1+95=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E015F is #A1FEA0. Grayscale: #272727. Windows color (decimal): -10616481 or 6226270. OLE color: 6226270.

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

Color convert

RGB94195-
CMYK0.010.9900.63
HSL299.36º97.92%18.82%-
HSV(B)299.36º98.95%37.25%-
XYZ6.693.2311.1-
YUV39.52159.31166.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 95 (37.5% from 255) = 50%
R=49.47%
G=0.53%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal941950.010.9900.63299.3697.9218.82
Hex5E15F16303F12b6213
Octal1361137114307745314223
Binary101111011011111111000110111111100101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,95); }

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

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

 a { background-color: rgb(94,1,95); }

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

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

 span { border-color: rgb(94,1,95); }

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