#694091

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

Shades of Royal Purple #694091

Tints of Royal Purple #694091

Color information

#694091 (or 0x694091) is unknown color: approx Royal Purple. HEX triplet: 69, 40 and 91. RGB value is (105,64,145). Sum of RGB (Red+Green+Blue) = 105+64+145=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #694091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694091 is #96BF6E. Grayscale: #555555. Windows color (decimal): -9879407 or 9519209. OLE color: 9519209.

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

Color convert

RGB10564145-
CMYK0.280.5600.43
HSL270.37º38.76%40.98%-
HSV(B)270.37º55.86%56.86%-
XYZ12.778.7127.8-
YUV85.49161.58141.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=33.44%
G=20.38%
B=46.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105641450.280.5600.43270.3738.7640.98
Hex6940911C3802B10e2729
Octal15110022134700534164751
Binary1101001100000010010001111001110000101011100001110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694091; }

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

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

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

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

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

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

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

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