#690871

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

Shades of Purple #690871

Tints of Purple #690871

Color information

#690871 (or 0x690871) is unknown color: approx Purple. HEX triplet: 69, 08 and 71. RGB value is (105,8,113). Sum of RGB (Red+Green+Blue) = 105+8+113=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #690871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690871 is #96F78E. Grayscale: #303030. Windows color (decimal): -9893775 or 7407721. OLE color: 7407721.

HSL color Cylindrical-coordinate representation of color #690871: hue angle of 295.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690871 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1058113-
CMYK0.070.9300.56
HSL295.43º86.78%23.73%-
HSV(B)295.43º92.92%44.31%-
XYZ8.894.3716-
YUV48.97164.14167.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 113 (44.53% from 255) = 50%
R=46.46%
G=3.54%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10581130.070.9300.56295.4386.7823.73
Hex6987175D0381275718
Octal15110161713507044712730
Binary11010011000111000111110111010111000100100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690871; }

 p { color: rgb(105,8,113); }

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

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

 a { background-color: rgb(105,8,113); }

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

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

 span { border-color: rgb(105,8,113); }

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