#61395D

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

Shades of Palatinate Purple #61395D

Tints of Palatinate Purple #61395D

Color information

#61395D (or 0x61395D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 39 and 5D. RGB value is (97,57,93). Sum of RGB (Red+Green+Blue) = 97+57+93=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #61395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395D is #9EC6A2. Grayscale: #484848. Windows color (decimal): -10405539 or 6109537. OLE color: 6109537.

HSL color Cylindrical-coordinate representation of color #61395D: hue angle of 306º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61395D is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB975793-
CMYK00.410.040.62
HSL306º25.97%30.2%-
HSV(B)306º41.24%38.04%-
XYZ8.376.2611.12-
YUV73.06139.25145.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=39.27%
G=23.08%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97579300.410.040.6230625.9730.2
Hex61395D02943E1321a1e
Octal141711350514764623236
Binary1100001111001101110101010011001111101001100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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