#690984

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

Shades of Purple #690984

Tints of Purple #690984

Color information

#690984 (or 0x690984) is unknown color: approx Purple. HEX triplet: 69, 09 and 84. RGB value is (105,9,132). Sum of RGB (Red+Green+Blue) = 105+9+132=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #690984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690984 is #96F67B. Grayscale: #333333. Windows color (decimal): -9893500 or 8653161. OLE color: 8653161.

HSL color Cylindrical-coordinate representation of color #690984: hue angle of 286.83º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690984 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1059132-
CMYK0.200.9300.48
HSL286.83º87.23%27.65%-
HSV(B)286.83º93.18%51.76%-
XYZ10.094.8622.24-
YUV51.73173.3166-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=42.68%
G=3.66%
B=53.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10591320.200.9300.48286.8387.2327.65
Hex69984145D03011f571c
Octal151112042413506043712734
Binary11010011001100001001010010111010110000100011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690984; }

 p { color: rgb(105,9,132); }

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

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

 a { background-color: rgb(105,9,132); }

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

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

 span { border-color: rgb(105,9,132); }

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