#694890

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

Shades of Royal Purple #694890

Tints of Royal Purple #694890

Color information

#694890 (or 0x694890) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and 90. RGB value is (105,72,144). Sum of RGB (Red+Green+Blue) = 105+72+144=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #694890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694890 is #96B76F. Grayscale: #595959. Windows color (decimal): -9877360 or 9455721. OLE color: 9455721.

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

Color convert

RGB10572144-
CMYK0.270.5000.44
HSL267.5º33.33%42.35%-
HSV(B)267.5º50%56.47%-
XYZ13.189.6527.55-
YUV90.07158.43138.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=32.71%
G=22.43%
B=44.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105721440.270.5000.44267.533.3342.35
Hex6948901B3202C10c212a
Octal15111022033620544144152
Binary1101001100100010010000110111100100101100100001100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694890; }

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

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

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

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

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

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

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

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