#61395E

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

Shades of Palatinate Purple #61395E

Tints of Palatinate Purple #61395E

Color information

#61395E (or 0x61395E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 39 and 5E. RGB value is (97,57,94). Sum of RGB (Red+Green+Blue) = 97+57+94=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395E is #9EC6A1. Grayscale: #494949. Windows color (decimal): -10405538 or 6175073. OLE color: 6175073.

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

Color convert

RGB975794-
CMYK00.410.030.62
HSL304.5º25.97%30.2%-
HSV(B)304.5º41.24%38.04%-
XYZ8.416.2811.36-
YUV73.18139.75144.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=39.11%
G=22.98%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97579400.410.030.62304.525.9730.2
Hex61395E02933E1301a1e
Octal141711360513764603236
Binary110000111100110111100101001111111101001100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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