Html Css Color HEX #660E7C Purple

📋 copy color: '#660E7C'

red 102 ◦ green 14 ◦ blue 124

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

Shades of Purple #660E7C

Tints of Purple #660E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 42.5%
G = 5.83%
B = 51.67%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#660E7C (or 0x660E7C) is known color: Purple. HEX triplet: 66, 0E and 7C. RGB value is (102,14,124). Sum of RGB (Red+Green+Blue) = 102+14+124=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #660E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E7C is #99F183. Grayscale: #343434. Windows color (decimal): -10088836 or 8130150. OLE color: 8130150.

HSL color Cylindrical-coordinate representation of color #660E7C: hue angle of 288º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660E7C is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 14 124 -
CMYK 0.18 0.89 0 0.51
HSL 288º 0.8% 0.27% -
HSV(B) 288º 0.89% 0.49% -
XYZ 9.27 4.59 19.47 -
YUV 52.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 102 14 124 0.18 0.89 0 0.51 288 0.8 0.27
Hex 66 E 7C 12 59 0 33 120 50 1B
Octal 146 16 174 22 131 0 63 440 120 33
Binary 1100110 1110 1111100 10010 1011001 0 110011 100100000 1010000 11011

Color Harmonies of #660E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E7C

Black with #660E7C

Text Example


Text Example

White with #660E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660E7C; }

 p { color: rgb(102,14,124); }

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

background-color css

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

 a { background-color: rgb(102,14,124); }

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

border-color css

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

 span { border-color: rgb(102,14,124); }

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