Html Css Color HEX #660880 Purple

📋 copy color: '#660880'

red 102 ◦ green 8 ◦ blue 128

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

Shades of Purple #660880

Tints of Purple #660880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 42.86%
G = 3.36%
B = 53.78%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#660880 (or 0x660880) is known color: Purple. HEX triplet: 66, 08 and 80. RGB value is (102,8,128). Sum of RGB (Red+Green+Blue) = 102+8+128=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #660880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660880 is #99F77F. Grayscale: #313131. Windows color (decimal): -10090368 or 8390758. OLE color: 8390758.

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

Color convert

RGB 102 8 128 -
CMYK 0.20 0.94 0 0.50
HSL 287º 0.88% 0.27% -
HSV(B) 287º 0.94% 0.5% -
XYZ 9.46 4.56 20.8 -
YUV 49.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 102 8 128 0.20 0.94 0 0.50 287 0.88 0.27
Hex 66 8 80 14 5E 0 32 11F 58 1B
Octal 146 10 200 24 136 0 62 437 130 33
Binary 1100110 1000 10000000 10100 1011110 0 110010 100011111 1011000 11011

Color Harmonies of #660880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660880

Black with #660880

Text Example


Text Example

White with #660880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660880; }

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

 H1.HeaderClassName
 {
   color: #660880;
 }
 .AnyTagClassName
 {
   color: #660880;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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