#660275

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

Shades of Purple #660275

Tints of Purple #660275

Color information

#660275 (or 0x660275) is unknown color: approx Purple. HEX triplet: 66, 02 and 75. RGB value is (102,2,117). Sum of RGB (Red+Green+Blue) = 102+2+117=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #660275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660275 is #99FD8A. Grayscale: #2C2C2C. Windows color (decimal): -10091915 or 7668326. OLE color: 7668326.

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

Color convert

RGB1022117-
CMYK0.130.9800.54
HSL292.17º96.64%23.33%-
HSV(B)292.17º98.29%45.88%-
XYZ8.714.1517.17-
YUV45.01168.63168.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=46.15%
G=0.90%
B=52.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10221170.130.9800.54292.1796.6423.33
Hex66275D620361246117
Octal14621651514206644414127
Binary1100110101110101110111000100110110100100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660275; }

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

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

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

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

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

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

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

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