#694063

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

Shades of Palatinate Purple #694063

Tints of Palatinate Purple #694063

Color information

#694063 (or 0x694063) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 63. RGB value is (105,64,99). Sum of RGB (Red+Green+Blue) = 105+64+99=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694063 is #96BF9C. Grayscale: #505050. Windows color (decimal): -9879453 or 6504553. OLE color: 6504553.

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

Color convert

RGB1056499-
CMYK00.390.060.59
HSL308.78º24.26%33.14%-
HSV(B)308.78º39.05%41.18%-
XYZ9.917.5712.74-
YUV80.25138.58145.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=39.18%
G=23.88%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105649900.390.060.59308.7824.2633.14
Hex69406302763B1351821
Octal1511001430476734653041
Binary110100110000001100011010011111011101110011010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694063; }

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

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

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

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

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

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

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

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