#652465

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

Shades of Palatinate Purple #652465

Tints of Palatinate Purple #652465

Color information

#652465 (or 0x652465) is unknown color: approx Palatinate Purple. HEX triplet: 65, 24 and 65. RGB value is (101,36,101). Sum of RGB (Red+Green+Blue) = 101+36+101=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #652465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652465 is #9ADB9A. Grayscale: #3E3E3E. Windows color (decimal): -10148763 or 6628453. OLE color: 6628453.

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

Color convert

RGB10136101-
CMYK00.6400.60
HSL300º47.45%26.86%-
HSV(B)300º64.36%39.61%-
XYZ8.354.9712.83-
YUV62.84149.53155.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=42.44%
G=15.13%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1013610100.6400.6030047.4526.86
Hex65246504003C12c2f1b
Octal1454414501000744545733
Binary1100101100100110010101000000011110010010110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652465; }

 p { color: rgb(101,36,101); }

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

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

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

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

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

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

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