#660368

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

Shades of Purple #660368

Tints of Purple #660368

Color information

#660368 (or 0x660368) is unknown color: approx Purple. HEX triplet: 66, 03 and 68. RGB value is (102,3,104). Sum of RGB (Red+Green+Blue) = 102+3+104=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #660368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660368 is #99FC97. Grayscale: #2B2B2B. Windows color (decimal): -10091672 or 6816614. OLE color: 6816614.

HSL color Cylindrical-coordinate representation of color #660368: hue angle of 298.81º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660368 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1023104-
CMYK0.020.9700.59
HSL298.81º94.39%20.98%-
HSV(B)298.81º97.12%40.78%-
XYZ8.013.8913.43-
YUV44.12161.8169.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=48.80%
G=1.44%
B=49.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10231040.020.9700.59298.8194.3920.98
Hex6636826103B12b5e15
Octal1463150214107345313625
Binary11001101111010001011000010111011100101011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660368; }

 p { color: rgb(102,3,104); }

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

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

 a { background-color: rgb(102,3,104); }

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

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

 span { border-color: rgb(102,3,104); }

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