#660271

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

Shades of Purple #660271

Tints of Purple #660271

Color information

#660271 (or 0x660271) is unknown color: approx Purple. HEX triplet: 66, 02 and 71. RGB value is (102,2,113). Sum of RGB (Red+Green+Blue) = 102+2+113=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #660271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660271 is #99FD8E. Grayscale: #2C2C2C. Windows color (decimal): -10091919 or 7406182. OLE color: 7406182.

HSL color Cylindrical-coordinate representation of color #660271: hue angle of 294.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660271 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1022113-
CMYK0.100.9800.56
HSL294.05º96.52%22.55%-
HSV(B)294.05º98.23%44.31%-
XYZ8.484.0615.96-
YUV44.55166.63168.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=47.00%
G=0.92%
B=52.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10221130.100.9800.56294.0596.5222.55
Hex66271A620381266117
Octal14621611214207044614127
Binary1100110101110001101011000100111000100100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660271; }

 p { color: rgb(102,2,113); }

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

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

 a { background-color: rgb(102,2,113); }

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

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

 span { border-color: rgb(102,2,113); }

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