#653359

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

Shades of Palatinate Purple #653359

Tints of Palatinate Purple #653359

Color information

#653359 (or 0x653359) is unknown color: approx Palatinate Purple. HEX triplet: 65, 33 and 59. RGB value is (101,51,89). Sum of RGB (Red+Green+Blue) = 101+51+89=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #653359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653359 is #9ACCA6. Grayscale: #464646. Windows color (decimal): -10144935 or 5845861. OLE color: 5845861.

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

Color convert

RGB1015189-
CMYK00.500.120.60
HSL314.4º32.89%29.8%-
HSV(B)314.4º49.5%39.61%-
XYZ8.355.8610.14-
YUV70.28138.56149.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=41.91%
G=21.16%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101518900.500.120.60314.432.8929.8
Hex653359032C3C13a211e
Octal1456313106214744724136
Binary110010111001110110010110010110011110010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653359; }

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

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

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

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

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

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

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

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