#65395E

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

Shades of Palatinate Purple #65395E

Tints of Palatinate Purple #65395E

Color information

#65395E (or 0x65395E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 39 and 5E. RGB value is (101,57,94). Sum of RGB (Red+Green+Blue) = 101+57+94=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #65395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65395E is #9AC6A1. Grayscale: #4A4A4A. Windows color (decimal): -10143394 or 6175077. OLE color: 6175077.

HSL color Cylindrical-coordinate representation of color #65395E: hue angle of 309.55º 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 #65395E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1015794-
CMYK00.440.070.60
HSL309.55º27.85%30.98%-
HSV(B)309.55º43.56%39.61%-
XYZ8.856.511.38-
YUV74.37139.08146.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=40.08%
G=22.62%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101579400.440.070.60309.5527.8530.98
Hex65395E02C73C1361c1f
Octal145711360547744663437
Binary1100101111001101111001011001111111001001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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