#694490

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

Shades of Royal Purple #694490

Tints of Royal Purple #694490

Color information

#694490 (or 0x694490) is unknown color: approx Royal Purple. HEX triplet: 69, 44 and 90. RGB value is (105,68,144). Sum of RGB (Red+Green+Blue) = 105+68+144=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #694490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694490 is #96BB6F. Grayscale: #575757. Windows color (decimal): -9878384 or 9454697. OLE color: 9454697.

HSL color Cylindrical-coordinate representation of color #694490: hue angle of 269.21º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694490 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10568144-
CMYK0.270.5300.44
HSL269.21º35.85%41.57%-
HSV(B)269.21º52.78%56.47%-
XYZ12.939.1527.47-
YUV87.73159.76140.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=33.12%
G=21.45%
B=45.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105681440.270.5300.44269.2135.8541.57
Hex6944901B3502C10d242a
Octal15110422033650544154452
Binary1101001100010010010000110111101010101100100001101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694490; }

 p { color: rgb(105,68,144); }

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

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

 a { background-color: rgb(105,68,144); }

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

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

 span { border-color: rgb(105,68,144); }

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