#61395C

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

Shades of Palatinate Purple #61395C

Tints of Palatinate Purple #61395C

Color information

#61395C (or 0x61395C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 39 and 5C. RGB value is (97,57,92). Sum of RGB (Red+Green+Blue) = 97+57+92=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395C is #9EC6A3. Grayscale: #484848. Windows color (decimal): -10405540 or 6044001. OLE color: 6044001.

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

Color convert

RGB975792-
CMYK00.410.050.62
HSL307.5º25.97%30.2%-
HSV(B)307.5º41.24%38.04%-
XYZ8.326.2410.89-
YUV72.95138.75145.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=39.43%
G=23.17%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97579200.410.050.62307.525.9730.2
Hex61395C02953E1341a1e
Octal141711340515764643236
Binary1100001111001101110001010011011111101001101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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