#694060

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

Shades of Palatinate Purple #694060

Tints of Palatinate Purple #694060

Color information

#694060 (or 0x694060) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 60. RGB value is (105,64,96). Sum of RGB (Red+Green+Blue) = 105+64+96=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #694060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694060 is #96BF9F. Grayscale: #4F4F4F. Windows color (decimal): -9879456 or 6307945. OLE color: 6307945.

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

Color convert

RGB1056496-
CMYK00.390.090.59
HSL313.17º24.26%33.14%-
HSV(B)313.17º39.05%41.18%-
XYZ9.777.5112-
YUV79.91137.08145.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=39.62%
G=24.15%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105649600.390.090.59313.1724.2633.14
Hex69406002793B1391821
Octal15110014004711734713041
Binary1101001100000011000000100111100111101110011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694060; }

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

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

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

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

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

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

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

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