#694291

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

Shades of Royal Purple #694291

Tints of Royal Purple #694291

Color information

#694291 (or 0x694291) is unknown color: approx Royal Purple. HEX triplet: 69, 42 and 91. RGB value is (105,66,145). Sum of RGB (Red+Green+Blue) = 105+66+145=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #694291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694291 is #96BD6E. Grayscale: #565656. Windows color (decimal): -9878895 or 9519721. OLE color: 9519721.

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

Color convert

RGB10566145-
CMYK0.280.5400.43
HSL269.62º37.44%41.37%-
HSV(B)269.62º54.48%56.86%-
XYZ12.888.9427.84-
YUV86.67160.92141.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=33.23%
G=20.89%
B=45.89%

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
Decimal105661450.280.5400.43269.6237.4441.37
Hex6942911C3602B10e2529
Octal15110222134660534164551
Binary1101001100001010010001111001101100101011100001110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694291; }

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

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

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

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

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

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

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

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