#690686

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

Shades of Purple #690686

Tints of Purple #690686

Color information

#690686 (or 0x690686) is unknown color: approx Purple. HEX triplet: 69, 06 and 86. RGB value is (105,6,134). Sum of RGB (Red+Green+Blue) = 105+6+134=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #690686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690686 is #96F979. Grayscale: #313131. Windows color (decimal): -9894266 or 8783465. OLE color: 8783465.

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

Color convert

RGB1056134-
CMYK0.220.9600.47
HSL286.41º91.43%27.45%-
HSV(B)286.41º95.52%52.55%-
XYZ10.194.8522.95-
YUV50.19175.3167.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=42.86%
G=2.45%
B=54.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10561340.220.9600.47286.4191.4327.45
Hex69686166002F11e5b1b
Octal15162062614005743613333
Binary1101001110100001101011011000000101111100011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690686; }

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

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

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

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

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

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

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

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