#653161

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

Shades of Palatinate Purple #653161

Tints of Palatinate Purple #653161

Color information

#653161 (or 0x653161) is unknown color: approx Palatinate Purple. HEX triplet: 65, 31 and 61. RGB value is (101,49,97). Sum of RGB (Red+Green+Blue) = 101+49+97=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653161 is #9ACE9E. Grayscale: #454545. Windows color (decimal): -10145439 or 6369637. OLE color: 6369637.

HSL color Cylindrical-coordinate representation of color #653161: hue angle of 304.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653161 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1014997-
CMYK00.510.040.60
HSL304.62º34.67%29.41%-
HSV(B)304.62º51.49%39.61%-
XYZ8.625.8311.98-
YUV70.02143.23150.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=40.89%
G=19.84%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101499700.510.040.60304.6234.6729.41
Hex65316103343C131231d
Octal145611410634744614335
Binary11001011100011100001011001110011110010011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653161; }

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

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

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

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

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

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

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

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