#690166

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

Shades of Purple #690166

Tints of Purple #690166

Color information

#690166 (or 0x690166) is unknown color: approx Purple. HEX triplet: 69, 01 and 66. RGB value is (105,1,102). Sum of RGB (Red+Green+Blue) = 105+1+102=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690166 is #96FE99. Grayscale: #2B2B2B. Windows color (decimal): -9895578 or 6685033. OLE color: 6685033.

HSL color Cylindrical-coordinate representation of color #690166: hue angle of 301.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690166 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB1051102-
CMYK00.990.030.59
HSL301.73º98.11%20.78%-
HSV(B)301.73º99.05%41.18%-
XYZ8.233.9812.91-
YUV43.61160.96171.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=50.48%
G=0.48%
B=49.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105110200.990.030.59301.7398.1120.78
Hex6916606333B12e6215
Octal1511146014337345614225
Binary1101001111001100110001111111011100101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690166; }

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

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

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

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

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

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

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

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