#694392

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

Shades of Royal Purple #694392

Tints of Royal Purple #694392

Color information

#694392 (or 0x694392) is unknown color: approx Royal Purple. HEX triplet: 69, 43 and 92. RGB value is (105,67,146). Sum of RGB (Red+Green+Blue) = 105+67+146=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #694392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694392 is #96BC6D. Grayscale: #575757. Windows color (decimal): -9878638 or 9585513. OLE color: 9585513.

HSL color Cylindrical-coordinate representation of color #694392: hue angle of 268.86º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694392 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10567146-
CMYK0.280.5400.43
HSL268.86º37.09%41.76%-
HSV(B)268.86º54.11%57.25%-
XYZ13.029.0928.26-
YUV87.37161.09140.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=33.02%
G=21.07%
B=45.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105671460.280.5400.43268.8637.0941.76
Hex6943921C3602B10d252a
Octal15110322234660534154552
Binary1101001100001110010010111001101100101011100001101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694392; }

 p { color: rgb(105,67,146); }

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

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

 a { background-color: rgb(105,67,146); }

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

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

 span { border-color: rgb(105,67,146); }

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