#690786

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

Shades of Purple #690786

Tints of Purple #690786

Color information

#690786 (or 0x690786) is unknown color: approx Purple. HEX triplet: 69, 07 and 86. RGB value is (105,7,134). Sum of RGB (Red+Green+Blue) = 105+7+134=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #690786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690786 is #96F879. Grayscale: #323232. Windows color (decimal): -9894010 or 8783721. OLE color: 8783721.

HSL color Cylindrical-coordinate representation of color #690786: hue angle of 286.3º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690786 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1057134-
CMYK0.220.9500.47
HSL286.3º90.07%27.65%-
HSV(B)286.3º94.78%52.55%-
XYZ10.24.8822.96-
YUV50.78174.97166.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=42.68%
G=2.85%
B=54.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10571340.220.9500.47286.390.0727.65
Hex69786165F02F11e5a1c
Octal15172062613705743613234
Binary1101001111100001101011010111110101111100011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690786; }

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

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

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

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

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

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

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

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