#690689

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

Shades of Purple #690689

Tints of Purple #690689

Color information

#690689 (or 0x690689) is unknown color: approx Purple. HEX triplet: 69, 06 and 89. RGB value is (105,6,137). Sum of RGB (Red+Green+Blue) = 105+6+137=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #690689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690689 is #96F976. Grayscale: #323232. Windows color (decimal): -9894263 or 8980073. OLE color: 8980073.

HSL color Cylindrical-coordinate representation of color #690689: hue angle of 285.34º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690689 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1056137-
CMYK0.230.9600.46
HSL285.34º91.61%28.04%-
HSV(B)285.34º95.62%53.73%-
XYZ10.414.9424.07-
YUV50.54176.8166.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=42.34%
G=2.42%
B=55.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10561370.230.9600.46285.3491.6128.04
Hex69689176002E11d5c1c
Octal15162112714005643513434
Binary1101001110100010011011111000000101110100011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690689; }

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

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

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

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

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

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

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

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