#694996

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

Shades of Royal Purple #694996

Tints of Royal Purple #694996

Color information

#694996 (or 0x694996) is unknown color: approx Royal Purple. HEX triplet: 69, 49 and 96. RGB value is (105,73,150). Sum of RGB (Red+Green+Blue) = 105+73+150=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #694996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694996 is #96B669. Grayscale: #5B5B5B. Windows color (decimal): -9877098 or 9849193. OLE color: 9849193.

HSL color Cylindrical-coordinate representation of color #694996: hue angle of 264.94º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694996 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10573150-
CMYK0.300.5100.41
HSL264.94º34.53%43.73%-
HSV(B)264.94º51.33%58.82%-
XYZ13.719.9730.06-
YUV91.35161.1137.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=32.01%
G=22.26%
B=45.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105731500.300.5100.41264.9434.5343.73
Hex6949961E33029109232c
Octal15111122636630514114354
Binary1101001100100110010110111101100110101001100001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694996; }

 p { color: rgb(105,73,150); }

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

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

 a { background-color: rgb(105,73,150); }

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

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

 span { border-color: rgb(105,73,150); }

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