Html Css Color HEX #660971 Purple

📋 copy color: '#660971'

red 102 ◦ green 9 ◦ blue 113

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

Shades of Purple #660971

Tints of Purple #660971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 45.54%
G = 4.02%
B = 50.45%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660971 (or 0x660971) is known color: Purple. HEX triplet: 66, 09 and 71. RGB value is (102,9,113). Sum of RGB (Red+Green+Blue) = 102+9+113=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #660971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660971 is #99F68E. Grayscale: #303030. Windows color (decimal): -10090127 or 7407974. OLE color: 7407974.

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

Color convert

RGB 102 9 113 -
CMYK 0.10 0.92 0 0.56
HSL 293.65º 0.85% 0.24% -
HSV(B) 293.65º 0.92% 0.44% -
XYZ 8.56 4.21 15.98 -
YUV 48.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 102 9 113 0.10 0.92 0 0.56 293.65 0.85 0.24
Hex 66 9 71 A 5C 0 38 126 55 18
Octal 146 11 161 12 134 0 70 446 125 30
Binary 1100110 1001 1110001 1010 1011100 0 111000 100100110 1010101 11000

Color Harmonies of #660971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660971

Black with #660971

Text Example


Text Example

White with #660971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660971; }

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

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

background-color css

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

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

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

border-color css

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

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

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