#61315A

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

Shades of Palatinate Purple #61315A

Tints of Palatinate Purple #61315A

Color information

#61315A (or 0x61315A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 5A. RGB value is (97,49,90). Sum of RGB (Red+Green+Blue) = 97+49+90=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315A is #9ECEA5. Grayscale: #434343. Windows color (decimal): -10407590 or 5910881. OLE color: 5910881.

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

Color convert

RGB974990-
CMYK00.490.070.62
HSL308.75º32.88%28.63%-
HSV(B)308.75º49.48%38.04%-
XYZ7.875.4810.31-
YUV68.03140.4148.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=41.10%
G=20.76%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499000.490.070.62308.7532.8828.63
Hex61315A03173E135211d
Octal141611320617764654135
Binary11000011100011011010011000111111111010011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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