#613161

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

Shades of Palatinate Purple #613161

Tints of Palatinate Purple #613161

Color information

#613161 (or 0x613161) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 61. RGB value is (97,49,97). Sum of RGB (Red+Green+Blue) = 97+49+97=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613161 is #9ECE9E. Grayscale: #444444. Windows color (decimal): -10407583 or 6369633. OLE color: 6369633.

HSL color Cylindrical-coordinate representation of color #613161: hue angle of 300º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613161 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB974997-
CMYK00.4900.62
HSL300º32.88%28.63%-
HSV(B)300º49.48%38.04%-
XYZ8.195.611.96-
YUV68.82143.9148.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=39.92%
G=20.16%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499700.4900.6230032.8828.63
Hex61316103103E12c211d
Octal141611410610764544135
Binary110000111000111000010110001011111010010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613161; }

 p { color: rgb(97,49,97); }

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

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

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

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

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

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

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