#653261

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

Shades of Palatinate Purple #653261

Tints of Palatinate Purple #653261

Color information

#653261 (or 0x653261) is unknown color: approx Palatinate Purple. HEX triplet: 65, 32 and 61. RGB value is (101,50,97). Sum of RGB (Red+Green+Blue) = 101+50+97=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #653261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653261 is #9ACD9E. Grayscale: #464646. Windows color (decimal): -10145183 or 6369893. OLE color: 6369893.

HSL color Cylindrical-coordinate representation of color #653261: hue angle of 304.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653261 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1015097-
CMYK00.500.040.60
HSL304.71º33.77%29.61%-
HSV(B)304.71º50.5%39.61%-
XYZ8.675.9111.99-
YUV70.61142.9149.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=40.73%
G=20.16%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101509700.500.040.60304.7133.7729.61
Hex65326103243C131221e
Octal145621410624744614236
Binary11001011100101100001011001010011110010011000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653261; }

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

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

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

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

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

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

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

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