#670166

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

Shades of Purple #670166

Tints of Purple #670166

Color information

#670166 (or 0x670166) is unknown color: approx Purple. HEX triplet: 67, 01 and 66. RGB value is (103,1,102). Sum of RGB (Red+Green+Blue) = 103+1+102=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #670166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670166 is #98FE99. Grayscale: #2A2A2A. Windows color (decimal): -10026650 or 6685031. OLE color: 6685031.

HSL color Cylindrical-coordinate representation of color #670166: hue angle of 300.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670166 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB1031102-
CMYK00.990.010.60
HSL300.59º98.08%20.39%-
HSV(B)300.59º99.03%40.39%-
XYZ83.8612.89-
YUV43.01161.29170.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=50%
G=0.49%
B=49.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103110200.990.010.60300.5998.0820.39
Hex6716606313C12d6214
Octal1471146014317445514224
Binary110011111100110011000111111100100101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670166; }

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

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

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

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

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

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

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

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