#694360

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

Shades of Palatinate Purple #694360

Tints of Palatinate Purple #694360

Color information

#694360 (or 0x694360) is unknown color: approx Palatinate Purple. HEX triplet: 69, 43 and 60. RGB value is (105,67,96). Sum of RGB (Red+Green+Blue) = 105+67+96=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694360 is #96BC9F. Grayscale: #515151. Windows color (decimal): -9878688 or 6308713. OLE color: 6308713.

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

Color convert

RGB1056796-
CMYK00.360.090.59
HSL314.21º22.09%33.73%-
HSV(B)314.21º36.19%41.18%-
XYZ9.947.8612.06-
YUV81.67136.09144.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=39.18%
G=25%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105679600.360.090.59314.2122.0933.73
Hex69436002493B13a1622
Octal15110314004411734722642
Binary1101001100001111000000100100100111101110011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694360; }

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

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

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

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

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

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

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

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