Html Css Color HEX #660471 Purple

📋 copy color: '#660471'

red 102 ◦ green 4 ◦ blue 113

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

Shades of Purple #660471

Tints of Purple #660471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 46.58%
G = 1.83%
B = 51.6%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660471 (or 0x660471) is known color: Purple. HEX triplet: 66, 04 and 71. RGB value is (102,4,113). Sum of RGB (Red+Green+Blue) = 102+4+113=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #660471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660471 is #99FB8E. Grayscale: #2D2D2D. Windows color (decimal): -10091407 or 7406694. OLE color: 7406694.

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

Color convert

RGB 102 4 113 -
CMYK 0.10 0.96 0 0.56
HSL 293.94º 0.93% 0.23% -
HSV(B) 293.94º 0.96% 0.44% -
XYZ 8.5 4.1 15.97 -
YUV 45.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 102 4 113 0.10 0.96 0 0.56 293.94 0.93 0.23
Hex 66 4 71 A 60 0 38 126 5D 17
Octal 146 4 161 12 140 0 70 446 135 27
Binary 1100110 100 1110001 1010 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #660471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660471

Black with #660471

Text Example


Text Example

White with #660471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660471; }

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

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

background-color css

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

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

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

border-color css

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

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

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