#5C0960

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

Shades of Palatinate Purple #5C0960

Tints of Palatinate Purple #5C0960

Color information

#5C0960 (or 0x5C0960) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 09 and 60. RGB value is (92,9,96). Sum of RGB (Red+Green+Blue) = 92+9+96=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C0960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0960 is #A3F69F. Grayscale: #2B2B2B. Windows color (decimal): -10745504 or 6293852. OLE color: 6293852.

HSL color Cylindrical-coordinate representation of color #5C0960: hue angle of 297.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0960 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB92996-
CMYK0.040.9100.62
HSL297.24º82.86%20.59%-
HSV(B)297.24º90.62%37.65%-
XYZ6.623.3211.36-
YUV43.74157.5162.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.70%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=46.70%
G=4.57%
B=48.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal929960.040.9100.62297.2482.8620.59
Hex5C96045B03E1295315
Octal13411140413307645112325
Binary10111001001110000010010110110111110100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,96); }

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

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

 a { background-color: rgb(92,9,96); }

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

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

 span { border-color: rgb(92,9,96); }

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