#694797

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

Shades of Royal Purple #694797

Tints of Royal Purple #694797

Color information

#694797 (or 0x694797) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 97. RGB value is (105,71,151). Sum of RGB (Red+Green+Blue) = 105+71+151=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #694797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694797 is #96B868. Grayscale: #5A5A5A. Windows color (decimal): -9877609 or 9914217. OLE color: 9914217.

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

Color convert

RGB10571151-
CMYK0.300.5300.41
HSL265.5º36.04%43.53%-
HSV(B)265.5º52.98%59.22%-
XYZ13.669.7430.44-
YUV90.29162.26138.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=32.11%
G=21.71%
B=46.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105711510.300.5300.41265.536.0443.53
Hex6947971E3502910a242c
Octal15110722736650514124454
Binary1101001100011110010111111101101010101001100001010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694797; }

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

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

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

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

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

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

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

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