#61315F

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

Shades of Palatinate Purple #61315F

Tints of Palatinate Purple #61315F

Color information

#61315F (or 0x61315F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 5F. RGB value is (97,49,95). Sum of RGB (Red+Green+Blue) = 97+49+95=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315F is #9ECEA0. Grayscale: #444444. Windows color (decimal): -10407585 or 6238561. OLE color: 6238561.

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

Color convert

RGB974995-
CMYK00.490.020.62
HSL302.5º32.88%28.63%-
HSV(B)302.5º49.48%38.04%-
XYZ8.095.5611.47-
YUV68.6142.9148.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=40.25%
G=20.33%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499500.490.020.62302.532.8828.63
Hex61315F03123E12e211d
Octal141611370612764564135
Binary1100001110001101111101100011011111010010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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