#694363

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

Shades of Palatinate Purple #694363

Tints of Palatinate Purple #694363

Color information

#694363 (or 0x694363) is unknown color: approx Palatinate Purple. HEX triplet: 69, 43 and 63. RGB value is (105,67,99). Sum of RGB (Red+Green+Blue) = 105+67+99=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694363 is #96BC9C. Grayscale: #515151. Windows color (decimal): -9878685 or 6505321. OLE color: 6505321.

HSL color Cylindrical-coordinate representation of color #694363: hue angle of 309.47º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694363 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1056799-
CMYK00.360.060.59
HSL309.47º22.09%33.73%-
HSV(B)309.47º36.19%41.18%-
XYZ10.087.9212.8-
YUV82.01137.59144.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=38.75%
G=24.72%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105679900.360.060.59309.4722.0933.73
Hex69436302463B1351622
Octal1511031430446734652642
Binary110100110000111100011010010011011101110011010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694363; }

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

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

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

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

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

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

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

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