Html Css Color HEX #660671 Purple

📋 copy color: '#660671'

red 102 ◦ green 6 ◦ blue 113

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

Shades of Purple #660671

Tints of Purple #660671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 46.15%
G = 2.71%
B = 51.13%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660671 (or 0x660671) is known color: Purple. HEX triplet: 66, 06 and 71. RGB value is (102,6,113). Sum of RGB (Red+Green+Blue) = 102+6+113=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #660671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660671 is #99F98E. Grayscale: #2E2E2E. Windows color (decimal): -10090895 or 7407206. OLE color: 7407206.

HSL color Cylindrical-coordinate representation of color #660671: hue angle of 293.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660671 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 6 113 -
CMYK 0.10 0.95 0 0.56
HSL 293.83º 0.9% 0.23% -
HSV(B) 293.83º 0.95% 0.44% -
XYZ 8.53 4.15 15.97 -
YUV 46.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 102 6 113 0.10 0.95 0 0.56 293.83 0.9 0.23
Hex 66 6 71 A 5F 0 38 126 5A 17
Octal 146 6 161 12 137 0 70 446 132 27
Binary 1100110 110 1110001 1010 1011111 0 111000 100100110 1011010 10111

Color Harmonies of #660671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660671

Black with #660671

Text Example


Text Example

White with #660671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660671; }

 p { color: rgb(102,6,113); }

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

background-color css

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

 a { background-color: rgb(102,6,113); }

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

border-color css

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

 span { border-color: rgb(102,6,113); }

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