#61395B

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

Shades of Palatinate Purple #61395B

Tints of Palatinate Purple #61395B

Color information

#61395B (or 0x61395B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 39 and 5B. RGB value is (97,57,91). Sum of RGB (Red+Green+Blue) = 97+57+91=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395B is #9EC6A4. Grayscale: #484848. Windows color (decimal): -10405541 or 5978465. OLE color: 5978465.

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

Color convert

RGB975791-
CMYK00.410.060.62
HSL309º25.97%30.2%-
HSV(B)309º41.24%38.04%-
XYZ8.286.2210.66-
YUV72.84138.25145.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=39.59%
G=23.27%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97579100.410.060.6230925.9730.2
Hex61395B02963E1351a1e
Octal141711330516764653236
Binary1100001111001101101101010011101111101001101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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