#5A015F

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

Shades of Palatinate Purple #5A015F

Tints of Palatinate Purple #5A015F

Color information

#5A015F (or 0x5A015F) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 01 and 5F. RGB value is (90,1,95). Sum of RGB (Red+Green+Blue) = 90+1+95=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A015F is #A5FEA0. Grayscale: #262626. Windows color (decimal): -10878625 or 6226266. OLE color: 6226266.

HSL color Cylindrical-coordinate representation of color #5A015F: hue angle of 296.81º 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 #5A015F is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB90195-
CMYK0.050.9900.63
HSL296.81º97.92%18.82%-
HSV(B)296.81º98.95%37.25%-
XYZ6.293.0211.08-
YUV38.33159.99164.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.39%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=48.39%
G=0.54%
B=51.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal901950.050.9900.63296.8197.9218.82
Hex5A15F56303F1296213
Octal1321137514307745114223
Binary10110101101111110111000110111111100101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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