#61315E

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

Shades of Palatinate Purple #61315E

Tints of Palatinate Purple #61315E

Color information

#61315E (or 0x61315E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 5E. RGB value is (97,49,94). Sum of RGB (Red+Green+Blue) = 97+49+94=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315E is #9ECEA1. Grayscale: #444444. Windows color (decimal): -10407586 or 6173025. OLE color: 6173025.

HSL color Cylindrical-coordinate representation of color #61315E: hue angle of 303.75º 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 #61315E is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB974994-
CMYK00.490.030.62
HSL303.75º32.88%28.63%-
HSV(B)303.75º49.48%38.04%-
XYZ8.055.5511.24-
YUV68.48142.4148.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=40.42%
G=20.42%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499400.490.030.62303.7532.8828.63
Hex61315E03133E130211d
Octal141611360613764604135
Binary1100001110001101111001100011111111010011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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