#660B7F

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

Shades of Purple #660B7F

Tints of Purple #660B7F

Color information

#660B7F (or 0x660B7F) is unknown color: approx Purple. HEX triplet: 66, 0B and 7F. RGB value is (102,11,127). Sum of RGB (Red+Green+Blue) = 102+11+127=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #660B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B7F is #99F480. Grayscale: #333333. Windows color (decimal): -10089601 or 8325990. OLE color: 8325990.

HSL color Cylindrical-coordinate representation of color #660B7F: hue angle of 287.07º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660B7F is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10211127-
CMYK0.200.9100.50
HSL287.07º84.06%27.06%-
HSV(B)287.07º91.34%49.8%-
XYZ9.434.620.47-
YUV51.43170.65164.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 127 (50% from 255) = 52.92%
R=42.5%
G=4.58%
B=52.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102111270.200.9100.50287.0784.0627.06
Hex66B7F145B03211f541b
Octal146131772413306243712433
Binary1100110101111111111010010110110110010100011111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B7F; }

 p { color: rgb(102,11,127); }

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

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

 a { background-color: rgb(102,11,127); }

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

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

 span { border-color: rgb(102,11,127); }

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