#690980

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

Shades of Purple #690980

Tints of Purple #690980

Color information

#690980 (or 0x690980) is unknown color: approx Purple. HEX triplet: 69, 09 and 80. RGB value is (105,9,128). Sum of RGB (Red+Green+Blue) = 105+9+128=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #690980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690980 is #96F67F. Grayscale: #323232. Windows color (decimal): -9893504 or 8391017. OLE color: 8391017.

HSL color Cylindrical-coordinate representation of color #690980: hue angle of 288.4º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690980 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1059128-
CMYK0.180.9300.50
HSL288.4º86.86%26.86%-
HSV(B)288.4º92.97%50.2%-
XYZ9.824.7620.82-
YUV51.27171.3166.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=43.39%
G=3.72%
B=52.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10591280.180.9300.50288.486.8626.86
Hex69980125D032120571b
Octal151112002213506244012733
Binary11010011001100000001001010111010110010100100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690980; }

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

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

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

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

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

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

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

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