#694899

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

Shades of Royal Purple #694899

Tints of Royal Purple #694899

Color information

#694899 (or 0x694899) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and 99. RGB value is (105,72,153). Sum of RGB (Red+Green+Blue) = 105+72+153=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #694899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694899 is #96B766. Grayscale: #5A5A5A. Windows color (decimal): -9877351 or 10045545. OLE color: 10045545.

HSL color Cylindrical-coordinate representation of color #694899: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694899 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10572153-
CMYK0.310.5300.4
HSL264.44º36%44.12%-
HSV(B)264.44º52.94%60%-
XYZ13.899.9431.32-
YUV91.1162.93137.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=31.82%
G=21.82%
B=46.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105721530.310.5300.4264.443644.12
Hex6948991F35028108242c
Octal15111023137650504104454
Binary1101001100100010011001111111101010101000100001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694899; }

 p { color: rgb(105,72,153); }

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

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

 a { background-color: rgb(105,72,153); }

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

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

 span { border-color: rgb(105,72,153); }

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