#690777

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

Shades of Purple #690777

Tints of Purple #690777

Color information

#690777 (or 0x690777) is unknown color: approx Purple. HEX triplet: 69, 07 and 77. RGB value is (105,7,119). Sum of RGB (Red+Green+Blue) = 105+7+119=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #690777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690777 is #96F888. Grayscale: #303030. Windows color (decimal): -9894025 or 7800681. OLE color: 7800681.

HSL color Cylindrical-coordinate representation of color #690777: hue angle of 292.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690777 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1057119-
CMYK0.120.9400.53
HSL292.5º88.89%24.71%-
HSV(B)292.5º94.12%46.67%-
XYZ9.234.4917.83-
YUV49.07167.47167.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=45.45%
G=3.03%
B=51.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10571190.120.9400.53292.588.8924.71
Hex69777C5E0351245919
Octal15171671413606544413131
Binary11010011111110111110010111100110101100100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690777; }

 p { color: rgb(105,7,119); }

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

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

 a { background-color: rgb(105,7,119); }

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

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

 span { border-color: rgb(105,7,119); }

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