#652563

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

Shades of Palatinate Purple #652563

Tints of Palatinate Purple #652563

Color information

#652563 (or 0x652563) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 63. RGB value is (101,37,99). Sum of RGB (Red+Green+Blue) = 101+37+99=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #652563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652563 is #9ADA9C. Grayscale: #3F3F3F. Windows color (decimal): -10148509 or 6497637. OLE color: 6497637.

HSL color Cylindrical-coordinate representation of color #652563: hue angle of 301.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652563 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1013799-
CMYK00.630.020.60
HSL301.88º46.38%27.06%-
HSV(B)301.88º63.37%39.61%-
XYZ8.284.9912.33-
YUV63.2148.2154.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=42.62%
G=15.61%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101379900.630.020.60301.8846.3827.06
Hex65256303F23C12e2e1b
Octal145451430772744565633
Binary1100101100101110001101111111011110010010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652563; }

 p { color: rgb(101,37,99); }

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

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

 a { background-color: rgb(101,37,99); }

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

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

 span { border-color: rgb(101,37,99); }

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