Html Css Color HEX #660A76 Purple

📋 copy color: '#660A76'

red 102 ◦ green 10 ◦ blue 118

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

Shades of Purple #660A76

Tints of Purple #660A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 44.35%
G = 4.35%
B = 51.3%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660A76 (or 0x660A76) is known color: Purple. HEX triplet: 66, 0A and 76. RGB value is (102,10,118). Sum of RGB (Red+Green+Blue) = 102+10+118=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #660A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A76 is #99F589. Grayscale: #313131. Windows color (decimal): -10089866 or 7735910. OLE color: 7735910.

HSL color Cylindrical-coordinate representation of color #660A76: hue angle of 291.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660A76 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 10 118 -
CMYK 0.14 0.92 0 0.54
HSL 291.11º 0.84% 0.25% -
HSV(B) 291.11º 0.92% 0.46% -
XYZ 8.86 4.35 17.51 -
YUV 49.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 102 10 118 0.14 0.92 0 0.54 291.11 0.84 0.25
Hex 66 A 76 E 5C 0 36 123 54 19
Octal 146 12 166 16 134 0 66 443 124 31
Binary 1100110 1010 1110110 1110 1011100 0 110110 100100011 1010100 11001

Color Harmonies of #660A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A76

Black with #660A76

Text Example


Text Example

White with #660A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,10,118); }

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

background-color css

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

 a { background-color: rgb(102,10,118); }

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

border-color css

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

 span { border-color: rgb(102,10,118); }

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