#61325C

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

Shades of Palatinate Purple #61325C

Tints of Palatinate Purple #61325C

Color information

#61325C (or 0x61325C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 5C. RGB value is (97,50,92). Sum of RGB (Red+Green+Blue) = 97+50+92=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325C is #9ECDA3. Grayscale: #444444. Windows color (decimal): -10407332 or 6042209. OLE color: 6042209.

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

Color convert

RGB975092-
CMYK00.480.050.62
HSL306.38º31.97%28.82%-
HSV(B)306.38º48.45%38.04%-
XYZ85.610.78-
YUV68.84141.07148.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=40.59%
G=20.92%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97509200.480.050.62306.3831.9728.82
Hex61325C03053E132201d
Octal141621340605764624035
Binary11000011100101011100011000010111111010011001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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