#694064

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

Shades of Palatinate Purple #694064

Tints of Palatinate Purple #694064

Color information

#694064 (or 0x694064) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 64. RGB value is (105,64,100). Sum of RGB (Red+Green+Blue) = 105+64+100=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #694064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694064 is #96BF9B. Grayscale: #505050. Windows color (decimal): -9879452 or 6570089. OLE color: 6570089.

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

Color convert

RGB10564100-
CMYK00.390.050.59
HSL307.32º24.26%33.14%-
HSV(B)307.32º39.05%41.18%-
XYZ9.967.5913-
YUV80.36139.08145.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=39.03%
G=23.79%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056410000.390.050.59307.3224.2633.14
Hex69406402753B1331821
Octal1511001440475734633041
Binary110100110000001100100010011110111101110011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694064; }

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

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

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

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

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

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

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

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