#690171

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

Shades of Purple #690171

Tints of Purple #690171

Color information

#690171 (or 0x690171) is unknown color: approx Purple. HEX triplet: 69, 01 and 71. RGB value is (105,1,113). Sum of RGB (Red+Green+Blue) = 105+1+113=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #690171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690171 is #96FE8E. Grayscale: #2C2C2C. Windows color (decimal): -9895567 or 7405929. OLE color: 7405929.

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

Color convert

RGB1051113-
CMYK0.070.9900.56
HSL295.71º98.25%22.35%-
HSV(B)295.71º99.12%44.31%-
XYZ8.824.2215.97-
YUV44.86166.46170.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=47.95%
G=0.46%
B=51.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10511130.070.9900.56295.7198.2522.35
Hex691717630381286216
Octal1511161714307045014226
Binary11010011111000111111000110111000100101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690171; }

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

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

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

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

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

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

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

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