#640161

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

Shades of Palatinate Purple #640161

Tints of Palatinate Purple #640161

Color information

#640161 (or 0x640161) is unknown color: approx Palatinate Purple. HEX triplet: 64, 01 and 61. RGB value is (100,1,97). Sum of RGB (Red+Green+Blue) = 100+1+97=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #640161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640161 is #9BFE9E. Grayscale: #292929. Windows color (decimal): -10223263 or 6357348. OLE color: 6357348.

HSL color Cylindrical-coordinate representation of color #640161: hue angle of 301.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640161 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB100197-
CMYK00.990.030.61
HSL301.82º98.02%19.8%-
HSV(B)301.82º99%39.22%-
XYZ7.423.5911.61-
YUV41.54159.3169.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=50.51%
G=0.51%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10019700.990.030.61301.8298.0219.8
Hex6416106333D12e6214
Octal1441141014337545614224
Binary1100100111000010110001111111101100101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640161; }

 p { color: rgb(100,1,97); }

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

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

 a { background-color: rgb(100,1,97); }

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

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

 span { border-color: rgb(100,1,97); }

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