#694790

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

Shades of Royal Purple #694790

Tints of Royal Purple #694790

Color information

#694790 (or 0x694790) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 90. RGB value is (105,71,144). Sum of RGB (Red+Green+Blue) = 105+71+144=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #694790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694790 is #96B86F. Grayscale: #595959. Windows color (decimal): -9877616 or 9455465. OLE color: 9455465.

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

Color convert

RGB10571144-
CMYK0.270.5100.44
HSL267.95º33.95%42.16%-
HSV(B)267.95º50.69%56.47%-
XYZ13.119.5227.53-
YUV89.49158.76139.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 144 (56.64% from 255) = 45%
R=32.81%
G=22.19%
B=45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105711440.270.5100.44267.9533.9542.16
Hex6947901B3302C10c222a
Octal15110722033630544144252
Binary1101001100011110010000110111100110101100100001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694790; }

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

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

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

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

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

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

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

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