#690386

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

Shades of Purple #690386

Tints of Purple #690386

Color information

#690386 (or 0x690386) is unknown color: approx Purple. HEX triplet: 69, 03 and 86. RGB value is (105,3,134). Sum of RGB (Red+Green+Blue) = 105+3+134=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #690386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690386 is #96FC79. Grayscale: #303030. Windows color (decimal): -9895034 or 8782697. OLE color: 8782697.

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

Color convert

RGB1053134-
CMYK0.220.9800.47
HSL286.72º95.62%26.86%-
HSV(B)286.72º97.76%52.55%-
XYZ10.164.7922.94-
YUV48.43176.29168.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=43.39%
G=1.24%
B=55.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10531340.220.9800.47286.7295.6226.86
Hex69386166202F11f601b
Octal15132062614205743714033
Binary110100111100001101011011000100101111100011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690386; }

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

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

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

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

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

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

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

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