Html Css Color HEX #660580 Purple

📋 copy color: '#660580'

red 102 ◦ green 5 ◦ blue 128

#660580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #660580

Tints of Purple #660580

RGB

 RED value IS 102 (40.23% from 255) = 43.4%

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 128 (50.39% from 255) = 54.47%

R = 43.4%
G = 2.13%
B = 54.47%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#660580 (or 0x660580) is known color: 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

RGB 102 5 128 -
CMYK 0.20 0.96 0 0.50
HSL 287.32º 0.92% 0.26% -
HSV(B) 287.32º 0.96% 0.5% -
XYZ 9.43 4.49 20.79 -
YUV 48.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 102 5 128 0.20 0.96 0 0.50 287.32 0.92 0.26
Hex 66 5 80 14 60 0 32 11F 5C 1A
Octal 146 5 200 24 140 0 62 437 134 32
Binary 1100110 101 10000000 10100 1100000 0 110010 100011111 1011100 11010

Color Harmonies of #660580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660580

Black with #660580

Text Example


Text Example

White with #660580

Text Example


Text Example

HTML Codes & Css Web 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>