Html Css Color HEX #660C71 Purple

📋 copy color: '#660C71'

red 102 ◦ green 12 ◦ blue 113

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

Shades of Purple #660C71

Tints of Purple #660C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.29%

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

R = 44.93%
G = 5.29%
B = 49.78%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660C71 (or 0x660C71) is known color: Purple. HEX triplet: 66, 0C and 71. RGB value is (102,12,113). Sum of RGB (Red+Green+Blue) = 102+12+113=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #660C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C71 is #99F38E. Grayscale: #323232. Windows color (decimal): -10089359 or 7408742. OLE color: 7408742.

HSL color Cylindrical-coordinate representation of color #660C71: hue angle of 293.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660C71 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 12 113 -
CMYK 0.10 0.89 0 0.56
HSL 293.47º 0.81% 0.25% -
HSV(B) 293.47º 0.89% 0.44% -
XYZ 8.59 4.28 16 -
YUV 50.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 102 12 113 0.10 0.89 0 0.56 293.47 0.81 0.25
Hex 66 C 71 A 59 0 38 125 51 19
Octal 146 14 161 12 131 0 70 445 121 31
Binary 1100110 1100 1110001 1010 1011001 0 111000 100100101 1010001 11001

Color Harmonies of #660C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C71

Black with #660C71

Text Example


Text Example

White with #660C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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