#694799

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

Shades of Royal Purple #694799

Tints of Royal Purple #694799

Color information

#694799 (or 0x694799) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 99. RGB value is (105,71,153). Sum of RGB (Red+Green+Blue) = 105+71+153=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #694799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694799 is #96B866. Grayscale: #5A5A5A. Windows color (decimal): -9877607 or 10045289. OLE color: 10045289.

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

Color convert

RGB10571153-
CMYK0.310.5400.4
HSL264.88º36.61%43.92%-
HSV(B)264.88º53.59%60%-
XYZ13.839.8131.3-
YUV90.51163.26138.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=31.91%
G=21.58%
B=46.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105711530.310.5400.4264.8836.6143.92
Hex6947991F36028109252c
Octal15110723137660504114554
Binary1101001100011110011001111111101100101000100001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694799; }

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

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

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

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

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

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

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

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