Html Css Color HEX #661076 Purple

📋 copy color: '#661076'

red 102 ◦ green 16 ◦ blue 118

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

Shades of Purple #661076

Tints of Purple #661076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 43.22%
G = 6.78%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#661076 (or 0x661076) is known color: Purple. HEX triplet: 66, 10 and 76. RGB value is (102,16,118). Sum of RGB (Red+Green+Blue) = 102+16+118=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #661076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661076 is #99EF89. Grayscale: #353535. Windows color (decimal): -10088330 or 7737446. OLE color: 7737446.

HSL color Cylindrical-coordinate representation of color #661076: hue angle of 290.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661076 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 16 118 -
CMYK 0.14 0.86 0 0.54
HSL 290.59º 0.76% 0.26% -
HSV(B) 290.59º 0.86% 0.46% -
XYZ 8.93 4.5 17.54 -
YUV 53.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 102 16 118 0.14 0.86 0 0.54 290.59 0.76 0.26
Hex 66 10 76 E 56 0 36 123 4C 1A
Octal 146 20 166 16 126 0 66 443 114 32
Binary 1100110 10000 1110110 1110 1010110 0 110110 100100011 1001100 11010

Color Harmonies of #661076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661076

Black with #661076

Text Example


Text Example

White with #661076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661076; }

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

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

background-color css

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

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

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

border-color css

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

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

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