#653159

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

Shades of Palatinate Purple #653159

Tints of Palatinate Purple #653159

Color information

#653159 (or 0x653159) is unknown color: approx Palatinate Purple. HEX triplet: 65, 31 and 59. RGB value is (101,49,89). Sum of RGB (Red+Green+Blue) = 101+49+89=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653159 is #9ACEA6. Grayscale: #454545. Windows color (decimal): -10145447 or 5845349. OLE color: 5845349.

HSL color Cylindrical-coordinate representation of color #653159: hue angle of 313.85º 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 #653159 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1014989-
CMYK00.510.120.60
HSL313.85º34.67%29.41%-
HSV(B)313.85º51.49%39.61%-
XYZ8.275.6810.11-
YUV69.11139.23150.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=42.26%
G=20.50%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101498900.510.120.60313.8534.6729.41
Hex653159033C3C13a231d
Octal1456113106314744724335
Binary110010111000110110010110011110011110010011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653159; }

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

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

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

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

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

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

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

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