#64065C

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

Shades of Palatinate Purple #64065C

Tints of Palatinate Purple #64065C

Color information

#64065C (or 0x64065C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 06 and 5C. RGB value is (100,6,92). Sum of RGB (Red+Green+Blue) = 100+6+92=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64065C is #9BF9A3. Grayscale: #2B2B2B. Windows color (decimal): -10221988 or 6030948. OLE color: 6030948.

HSL color Cylindrical-coordinate representation of color #64065C: hue angle of 305.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64065C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB100692-
CMYK00.940.080.61
HSL305.11º88.68%20.78%-
HSV(B)305.11º94%39.22%-
XYZ7.253.6110.44-
YUV43.91155.14168.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=50.51%
G=3.03%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10069200.940.080.61305.1188.6820.78
Hex6465C05E83D1315915
Octal14461340136107546113125
Binary11001001101011100010111101000111101100110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64065C; }

 p { color: rgb(100,6,92); }

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

<style>
 a { background-color: #64065C; }

 a { background-color: rgb(100,6,92); }

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

<style>
 span { border-color: #64065C; }

 span { border-color: rgb(100,6,92); }

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