#694995

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

Shades of Royal Purple #694995

Tints of Royal Purple #694995

Color information

#694995 (or 0x694995) is unknown color: approx Royal Purple. HEX triplet: 69, 49 and 95. RGB value is (105,73,149). Sum of RGB (Red+Green+Blue) = 105+73+149=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #694995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694995 is #96B66A. Grayscale: #5A5A5A. Windows color (decimal): -9877099 or 9783657. OLE color: 9783657.

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

Color convert

RGB10573149-
CMYK0.300.5100.42
HSL265.26º34.23%43.53%-
HSV(B)265.26º51.01%58.43%-
XYZ13.639.9429.63-
YUV91.23160.6137.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=32.11%
G=22.32%
B=45.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105731490.300.5100.42265.2634.2343.53
Hex6949951E3302A109222c
Octal15111122536630524114254
Binary1101001100100110010101111101100110101010100001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694995; }

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

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

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

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

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

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

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

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