#653360

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

Shades of Palatinate Purple #653360

Tints of Palatinate Purple #653360

Color information

#653360 (or 0x653360) is unknown color: approx Palatinate Purple. HEX triplet: 65, 33 and 60. RGB value is (101,51,96). Sum of RGB (Red+Green+Blue) = 101+51+96=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #653360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653360 is #9ACC9F. Grayscale: #464646. Windows color (decimal): -10144928 or 6304613. OLE color: 6304613.

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

Color convert

RGB1015196-
CMYK00.500.050.60
HSL306º32.89%29.8%-
HSV(B)306º49.5%39.61%-
XYZ8.665.9811.76-
YUV71.08142.06149.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=40.73%
G=20.56%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101519600.500.050.6030632.8929.8
Hex65336003253C132211e
Octal145631400625744624136
Binary11001011100111100000011001010111110010011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653360; }

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

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

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

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

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

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

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

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