#660165

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

Shades of Purple #660165

Tints of Purple #660165

Color information

#660165 (or 0x660165) is unknown color: approx Purple. HEX triplet: 66, 01 and 65. RGB value is (102,1,101). Sum of RGB (Red+Green+Blue) = 102+1+101=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660165 is #99FE9A. Grayscale: #2A2A2A. Windows color (decimal): -10092187 or 6619494. OLE color: 6619494.

HSL color Cylindrical-coordinate representation of color #660165: 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 #660165 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB1021101-
CMYK00.990.010.6
HSL300.59º98.06%20.2%-
HSV(B)300.59º99.02%40%-
XYZ7.843.7912.63-
YUV42.6160.96170.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 101 (39.84% 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.6
SystemRedGreenBlueCMYKHSL
Decimal102110100.990.010.6300.5998.0620.2
Hex6616506313C12d6214
Octal1461145014317445514224
Binary110011011100101011000111111100100101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660165; }

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

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

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

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

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

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

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

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