#64385B

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

Shades of Palatinate Purple #64385B

Tints of Palatinate Purple #64385B

Color information

#64385B (or 0x64385B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 38 and 5B. RGB value is (100,56,91). Sum of RGB (Red+Green+Blue) = 100+56+91=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385B is #9BC7A4. Grayscale: #494949. Windows color (decimal): -10209189 or 5978212. OLE color: 5978212.

HSL color Cylindrical-coordinate representation of color #64385B: hue angle of 312.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64385B is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1005691-
CMYK00.440.090.61
HSL312.27º28.21%30.59%-
HSV(B)312.27º44%39.22%-
XYZ8.566.2910.66-
YUV73.15138.08147.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=40.49%
G=22.67%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100569100.440.090.61312.2728.2130.59
Hex64385B02C93D1381c1f
Octal1447013305411754703437
Binary11001001110001011011010110010011111011001110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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