#660C7A

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

Shades of Purple #660C7A

Tints of Purple #660C7A

Color information

#660C7A (or 0x660C7A) is unknown color: approx Purple. HEX triplet: 66, 0C and 7A. RGB value is (102,12,122). Sum of RGB (Red+Green+Blue) = 102+12+122=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #660C7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C7A is #99F385. Grayscale: #333333. Windows color (decimal): -10089350 or 7998566. OLE color: 7998566.

HSL color Cylindrical-coordinate representation of color #660C7A: hue angle of 289.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660C7A is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10212122-
CMYK0.160.9000.52
HSL289.09º82.09%26.27%-
HSV(B)289.09º90.16%47.84%-
XYZ9.124.4918.8-
YUV51.45167.82164.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=43.22%
G=5.08%
B=51.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102121220.160.9000.52289.0982.0926.27
Hex66C7A105A034121521a
Octal146141722013206444112232
Binary1100110110011110101000010110100110100100100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,122); }

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

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

 a { background-color: rgb(102,12,122); }

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

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

 span { border-color: rgb(102,12,122); }

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