#64385A

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

Shades of Palatinate Purple #64385A

Tints of Palatinate Purple #64385A

Color information

#64385A (or 0x64385A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 38 and 5A. RGB value is (100,56,90). Sum of RGB (Red+Green+Blue) = 100+56+90=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385A is #9BC7A5. Grayscale: #484848. Windows color (decimal): -10209190 or 5912676. OLE color: 5912676.

HSL color Cylindrical-coordinate representation of color #64385A: hue angle of 313.64º 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 #64385A is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1005690-
CMYK00.440.100.61
HSL313.64º28.21%30.59%-
HSV(B)313.64º44%39.22%-
XYZ8.526.2810.44-
YUV73.03137.58147.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=40.65%
G=22.76%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100569000.440.100.61313.6428.2130.59
Hex64385A02CA3D13a1c1f
Octal1447013205412754723437
Binary11001001110001011010010110010101111011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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