#65385B

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

Shades of Palatinate Purple #65385B

Tints of Palatinate Purple #65385B

Color information

#65385B (or 0x65385B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 38 and 5B. RGB value is (101,56,91). Sum of RGB (Red+Green+Blue) = 101+56+91=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65385B is #9AC7A4. Grayscale: #494949. Windows color (decimal): -10143653 or 5978213. OLE color: 5978213.

HSL color Cylindrical-coordinate representation of color #65385B: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65385B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1015691-
CMYK00.450.100.60
HSL313.33º28.66%30.78%-
HSV(B)313.33º44.55%39.61%-
XYZ8.676.3510.67-
YUV73.44137.91147.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=40.73%
G=22.58%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101569100.450.100.60313.3328.6630.78
Hex65385B02DA3C1391d1f
Octal1457013305512744713537
Binary11001011110001011011010110110101111001001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65385B; }

 p { color: rgb(101,56,91); }

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

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

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

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

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

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

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