#690671

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

Shades of Purple #690671

Tints of Purple #690671

Color information

#690671 (or 0x690671) is unknown color: approx Purple. HEX triplet: 69, 06 and 71. RGB value is (105,6,113). Sum of RGB (Red+Green+Blue) = 105+6+113=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #690671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690671 is #96F98E. Grayscale: #2F2F2F. Windows color (decimal): -9894287 or 7407209. OLE color: 7407209.

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

Color convert

RGB1056113-
CMYK0.070.9500.56
HSL295.51º89.92%23.33%-
HSV(B)295.51º94.69%44.31%-
XYZ8.874.3315.99-
YUV47.8164.8168.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=46.88%
G=2.68%
B=50.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10561130.070.9500.56295.5189.9223.33
Hex6967175F0381285a17
Octal1516161713707045013227
Binary1101001110111000111110111110111000100101000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690671; }

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

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

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

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

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

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

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

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