#694791

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

Shades of Royal Purple #694791

Tints of Royal Purple #694791

Color information

#694791 (or 0x694791) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 91. RGB value is (105,71,145). Sum of RGB (Red+Green+Blue) = 105+71+145=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #694791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694791 is #96B86E. Grayscale: #595959. Windows color (decimal): -9877615 or 9521001. OLE color: 9521001.

HSL color Cylindrical-coordinate representation of color #694791: hue angle of 267.57º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694791 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10571145-
CMYK0.280.5100.43
HSL267.57º34.26%42.35%-
HSV(B)267.57º51.03%56.86%-
XYZ13.199.5527.94-
YUV89.6159.26138.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=32.71%
G=22.12%
B=45.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105711450.280.5100.43267.5734.2642.35
Hex6947911C3302B10c222a
Octal15110722134630534144252
Binary1101001100011110010001111001100110101011100001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694791; }

 p { color: rgb(105,71,145); }

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

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

 a { background-color: rgb(105,71,145); }

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

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

 span { border-color: rgb(105,71,145); }

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