#694993

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

Shades of Royal Purple #694993

Tints of Royal Purple #694993

Color information

#694993 (or 0x694993) is unknown color: approx Royal Purple. HEX triplet: 69, 49 and 93. RGB value is (105,73,147). Sum of RGB (Red+Green+Blue) = 105+73+147=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #694993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694993 is #96B66C. Grayscale: #5A5A5A. Windows color (decimal): -9877101 or 9652585. OLE color: 9652585.

HSL color Cylindrical-coordinate representation of color #694993: hue angle of 265.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694993 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10573147-
CMYK0.290.5000.42
HSL265.95º33.64%43.14%-
HSV(B)265.95º50.34%57.65%-
XYZ13.479.8728.8-
YUV91159.6137.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=32.31%
G=22.46%
B=45.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105731470.290.5000.42265.9533.6443.14
Hex6949931D3202A10a222b
Octal15111122335620524124253
Binary1101001100100110010011111011100100101010100001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694993; }

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

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

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

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

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

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

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

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