#61325E

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

Shades of Palatinate Purple #61325E

Tints of Palatinate Purple #61325E

Color information

#61325E (or 0x61325E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 5E. RGB value is (97,50,94). Sum of RGB (Red+Green+Blue) = 97+50+94=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325E is #9ECDA1. Grayscale: #444444. Windows color (decimal): -10407330 or 6173281. OLE color: 6173281.

HSL color Cylindrical-coordinate representation of color #61325E: hue angle of 303.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61325E is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB975094-
CMYK00.480.030.62
HSL303.83º31.97%28.82%-
HSV(B)303.83º48.45%38.04%-
XYZ8.095.6311.25-
YUV69.07142.07147.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=40.25%
G=20.75%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97509400.480.030.62303.8331.9728.82
Hex61325E03033E130201d
Octal141621360603764604035
Binary1100001110010101111001100001111111010011000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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