#640F69

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

Shades of Palatinate Purple #640F69

Tints of Palatinate Purple #640F69

Color information

#640F69 (or 0x640F69) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0F and 69. RGB value is (100,15,105). Sum of RGB (Red+Green+Blue) = 100+15+105=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #640F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F69 is #9BF096. Grayscale: #323232. Windows color (decimal): -10219671 or 6885220. OLE color: 6885220.

HSL color Cylindrical-coordinate representation of color #640F69: hue angle of 296.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640F69 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10015105-
CMYK0.050.8600.59
HSL296.67º75%23.53%-
HSV(B)296.67º85.71%41.18%-
XYZ7.984.0713.73-
YUV50.68158.66163.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=45.45%
G=6.82%
B=47.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100151050.050.8600.59296.677523.53
Hex64F6955603B1294b18
Octal14417151512607345111330
Binary11001001111110100110110101100111011100101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640F69; }

 p { color: rgb(100,15,105); }

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

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

 a { background-color: rgb(100,15,105); }

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

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

 span { border-color: rgb(100,15,105); }

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