#660074

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

Shades of Purple #660074

Tints of Purple #660074

Color information

#660074 (or 0x660074) is unknown color: approx Purple. HEX triplet: 66, 00 and 74. RGB value is (102,0,116). Sum of RGB (Red+Green+Blue) = 102+0+116=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #660074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660074 is #99FF8B. Grayscale: #2B2B2B. Windows color (decimal): -10092428 or 7602278. OLE color: 7602278.

HSL color Cylindrical-coordinate representation of color #660074: hue angle of 292.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660074 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1020116-
CMYK0.12100.55
HSL292.76º100%22.75%-
HSV(B)292.76º100%45.49%-
XYZ8.634.0916.86-
YUV43.72168.79169.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=46.79%
G=0%
B=53.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10201160.12100.55292.7610022.75
Hex66074C640371256417
Octal14601641414406744514427
Binary110011001110100110011001000110111100100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660074; }

 p { color: rgb(102,0,116); }

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

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

 a { background-color: rgb(102,0,116); }

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

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

 span { border-color: rgb(102,0,116); }

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