#694061

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

Shades of Palatinate Purple #694061

Tints of Palatinate Purple #694061

Color information

#694061 (or 0x694061) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 61. RGB value is (105,64,97). Sum of RGB (Red+Green+Blue) = 105+64+97=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #694061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694061 is #96BF9E. Grayscale: #4F4F4F. Windows color (decimal): -9879455 or 6373481. OLE color: 6373481.

HSL color Cylindrical-coordinate representation of color #694061: hue angle of 311.71º 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 #694061 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1056497-
CMYK00.390.080.59
HSL311.71º24.26%33.14%-
HSV(B)311.71º39.05%41.18%-
XYZ9.827.5312.25-
YUV80.02137.58145.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=39.47%
G=24.06%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105649700.390.080.59311.7124.2633.14
Hex69406102783B1381821
Octal15110014104710734703041
Binary1101001100000011000010100111100011101110011100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694061; }

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

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

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

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

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

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

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

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