#5C015F

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

Shades of Palatinate Purple #5C015F

Tints of Palatinate Purple #5C015F

Color information

#5C015F (or 0x5C015F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 01 and 5F. RGB value is (92,1,95). Sum of RGB (Red+Green+Blue) = 92+1+95=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C015F is #A3FEA0. Grayscale: #262626. Windows color (decimal): -10747553 or 6226268. OLE color: 6226268.

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

Color convert

RGB92195-
CMYK0.030.9900.63
HSL298.09º97.92%18.82%-
HSV(B)298.09º98.95%37.25%-
XYZ6.493.1211.09-
YUV38.92159.65165.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.94%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=48.94%
G=0.53%
B=50.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal921950.030.9900.63298.0997.9218.82
Hex5C15F36303F12a6213
Octal1341137314307745214223
Binary1011100110111111111000110111111100101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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