#60315F

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

Shades of Palatinate Purple #60315F

Tints of Palatinate Purple #60315F

Color information

#60315F (or 0x60315F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 31 and 5F. RGB value is (96,49,95). Sum of RGB (Red+Green+Blue) = 96+49+95=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60315F is #9FCEA0. Grayscale: #444444. Windows color (decimal): -10473121 or 6238560. OLE color: 6238560.

HSL color Cylindrical-coordinate representation of color #60315F: hue angle of 301.28º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60315F is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB964995-
CMYK00.490.010.62
HSL301.28º32.41%28.43%-
HSV(B)301.28º48.96%37.65%-
XYZ7.995.5111.47-
YUV68.3143.07147.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=40%
G=20.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96499500.490.010.62301.2832.4128.43
Hex60315F03113E12d201c
Octal140611370611764554034
Binary110000011000110111110110001111111010010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60315F; }

 p { color: rgb(96,49,95); }

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

<style>
 a { background-color: #60315F; }

 a { background-color: rgb(96,49,95); }

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

<style>
 span { border-color: #60315F; }

 span { border-color: rgb(96,49,95); }

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