#65395D

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

Shades of Palatinate Purple #65395D

Tints of Palatinate Purple #65395D

Color information

#65395D (or 0x65395D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 39 and 5D. RGB value is (101,57,93). Sum of RGB (Red+Green+Blue) = 101+57+93=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #65395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65395D is #9AC6A2. Grayscale: #4A4A4A. Windows color (decimal): -10143395 or 6109541. OLE color: 6109541.

HSL color Cylindrical-coordinate representation of color #65395D: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65395D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1015793-
CMYK00.440.080.60
HSL310.91º27.85%30.98%-
HSV(B)310.91º43.56%39.61%-
XYZ8.816.4811.14-
YUV74.26138.58147.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=40.24%
G=22.71%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101579300.440.080.60310.9127.8530.98
Hex65395D02C83C1371c1f
Octal1457113505410744673437
Binary11001011110011011101010110010001111001001101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65395D; }

 p { color: rgb(101,57,93); }

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

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

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

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

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

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

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