#652963

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

Shades of Palatinate Purple #652963

Tints of Palatinate Purple #652963

Color information

#652963 (or 0x652963) is unknown color: approx Palatinate Purple. HEX triplet: 65, 29 and 63. RGB value is (101,41,99). Sum of RGB (Red+Green+Blue) = 101+41+99=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #652963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652963 is #9AD69C. Grayscale: #414141. Windows color (decimal): -10147485 or 6498661. OLE color: 6498661.

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

Color convert

RGB1014199-
CMYK00.590.020.60
HSL302º42.25%27.84%-
HSV(B)302º59.41%39.61%-
XYZ8.415.2512.38-
YUV65.55146.88153.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=41.91%
G=17.01%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101419900.590.020.6030242.2527.84
Hex65296303B23C12e2a1c
Octal145511430732744565234
Binary1100101101001110001101110111011110010010111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652963; }

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

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

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

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

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

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

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

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