#694094

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

Shades of Royal Purple #694094

Tints of Royal Purple #694094

Color information

#694094 (or 0x694094) is unknown color: approx Royal Purple. HEX triplet: 69, 40 and 94. RGB value is (105,64,148). Sum of RGB (Red+Green+Blue) = 105+64+148=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #694094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694094 is #96BF6B. Grayscale: #555555. Windows color (decimal): -9879404 or 9715817. OLE color: 9715817.

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

Color convert

RGB10564148-
CMYK0.290.5700.42
HSL269.29º39.62%41.57%-
HSV(B)269.29º56.76%58.04%-
XYZ138.8129.03-
YUV85.84163.08141.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=33.12%
G=20.19%
B=46.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105641480.290.5700.42269.2939.6241.57
Hex6940941D3902A10d282a
Octal15110022435710524155052
Binary1101001100000010010100111011110010101010100001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694094; }

 p { color: rgb(105,64,148); }

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

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

 a { background-color: rgb(105,64,148); }

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

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

 span { border-color: rgb(105,64,148); }

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