#660580

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

Shades of Purple #660580

Tints of Purple #660580

Color information

#660580 (or 0x660580) is unknown color: approx Purple. HEX triplet: 66, 05 and 80. RGB value is (102,5,128). Sum of RGB (Red+Green+Blue) = 102+5+128=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #660580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660580 is #99FA7F. Grayscale: #2F2F2F. Windows color (decimal): -10091136 or 8389990. OLE color: 8389990.

HSL color Cylindrical-coordinate representation of color #660580: hue angle of 287.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660580 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1025128-
CMYK0.200.9600.50
HSL287.32º92.48%26.08%-
HSV(B)287.32º96.09%50.2%-
XYZ9.434.4920.79-
YUV48.02173.14166.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=43.40%
G=2.13%
B=54.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10251280.200.9600.50287.3292.4826.08
Hex66580146003211f5c1a
Octal14652002414006243713432
Binary1100110101100000001010011000000110010100011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660580; }

 p { color: rgb(102,5,128); }

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

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

 a { background-color: rgb(102,5,128); }

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

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

 span { border-color: rgb(102,5,128); }

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