Html Css Color HEX #660772 Purple

📋 copy color: '#660772'

red 102 ◦ green 7 ◦ blue 114

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

Shades of Purple #660772

Tints of Purple #660772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 45.74%
G = 3.14%
B = 51.12%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#660772 (or 0x660772) is known color: Purple. HEX triplet: 66, 07 and 72. RGB value is (102,7,114). Sum of RGB (Red+Green+Blue) = 102+7+114=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #660772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660772 is #99F88D. Grayscale: #2F2F2F. Windows color (decimal): -10090638 or 7472998. OLE color: 7472998.

HSL color Cylindrical-coordinate representation of color #660772: hue angle of 293.27º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660772 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 7 114 -
CMYK 0.11 0.94 0 0.55
HSL 293.27º 0.88% 0.24% -
HSV(B) 293.27º 0.94% 0.45% -
XYZ 8.59 4.19 16.28 -
YUV 47.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 102 7 114 0.11 0.94 0 0.55 293.27 0.88 0.24
Hex 66 7 72 B 5E 0 37 125 58 18
Octal 146 7 162 13 136 0 67 445 130 30
Binary 1100110 111 1110010 1011 1011110 0 110111 100100101 1011000 11000

Color Harmonies of #660772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660772

Black with #660772

Text Example


Text Example

White with #660772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660772; }

 p { color: rgb(102,7,114); }

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

background-color css

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

 a { background-color: rgb(102,7,114); }

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

border-color css

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

 span { border-color: rgb(102,7,114); }

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