#61325D

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

Shades of Palatinate Purple #61325D

Tints of Palatinate Purple #61325D

Color information

#61325D (or 0x61325D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 5D. RGB value is (97,50,93). Sum of RGB (Red+Green+Blue) = 97+50+93=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325D is #9ECDA2. Grayscale: #444444. Windows color (decimal): -10407331 or 6107745. OLE color: 6107745.

HSL color Cylindrical-coordinate representation of color #61325D: hue angle of 305.11º 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 #61325D is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB975093-
CMYK00.480.040.62
HSL305.11º31.97%28.82%-
HSV(B)305.11º48.45%38.04%-
XYZ8.055.6111.02-
YUV68.96141.57148-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=40.42%
G=20.83%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97509300.480.040.62305.1131.9728.82
Hex61325D03043E131201d
Octal141621350604764614035
Binary11000011100101011101011000010011111010011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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