Html Css Color HEX #660277 Purple

📋 copy color: '#660277'

red 102 ◦ green 2 ◦ blue 119

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

Shades of Purple #660277

Tints of Purple #660277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 45.74%
G = 0.9%
B = 53.36%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#660277 (or 0x660277) is known color: Purple. HEX triplet: 66, 02 and 77. RGB value is (102,2,119). Sum of RGB (Red+Green+Blue) = 102+2+119=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #660277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660277 is #99FD88. Grayscale: #2C2C2C. Windows color (decimal): -10091913 or 7799398. OLE color: 7799398.

HSL color Cylindrical-coordinate representation of color #660277: hue angle of 291.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660277 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 2 119 -
CMYK 0.14 0.98 0 0.53
HSL 291.28º 0.97% 0.24% -
HSV(B) 291.28º 0.98% 0.47% -
XYZ 8.83 4.2 17.8 -
YUV 45.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 102 2 119 0.14 0.98 0 0.53 291.28 0.97 0.24
Hex 66 2 77 E 62 0 35 123 61 18
Octal 146 2 167 16 142 0 65 443 141 30
Binary 1100110 10 1110111 1110 1100010 0 110101 100100011 1100001 11000

Color Harmonies of #660277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660277

Black with #660277

Text Example


Text Example

White with #660277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660277; }

 p { color: rgb(102,2,119); }

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

background-color css

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

 a { background-color: rgb(102,2,119); }

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

border-color css

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

 span { border-color: rgb(102,2,119); }

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