#690681

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

Shades of Purple #690681

Tints of Purple #690681

Color information

#690681 (or 0x690681) is unknown color: approx Purple. HEX triplet: 69, 06 and 81. RGB value is (105,6,129). Sum of RGB (Red+Green+Blue) = 105+6+129=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #690681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690681 is #96F97E. Grayscale: #313131. Windows color (decimal): -9894271 or 8455785. OLE color: 8455785.

HSL color Cylindrical-coordinate representation of color #690681: hue angle of 288.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690681 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1056129-
CMYK0.190.9500.49
HSL288.29º91.11%26.47%-
HSV(B)288.29º95.35%50.59%-
XYZ9.854.7221.16-
YUV49.62172.8167.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=43.75%
G=2.5%
B=53.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10561290.190.9500.49288.2991.1126.47
Hex69681135F0311205b1a
Octal15162012313706144013332
Binary1101001110100000011001110111110110001100100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690681; }

 p { color: rgb(105,6,129); }

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

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

 a { background-color: rgb(105,6,129); }

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

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

 span { border-color: rgb(105,6,129); }

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