Html Css Color HEX #660D71 Purple

📋 copy color: '#660D71'

red 102 ◦ green 13 ◦ blue 113

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

Shades of Purple #660D71

Tints of Purple #660D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

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

R = 44.74%
G = 5.7%
B = 49.56%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660D71 (or 0x660D71) is known color: Purple. HEX triplet: 66, 0D and 71. RGB value is (102,13,113). Sum of RGB (Red+Green+Blue) = 102+13+113=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #660D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D71 is #99F28E. Grayscale: #323232. Windows color (decimal): -10089103 or 7408998. OLE color: 7408998.

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

Color convert

RGB 102 13 113 -
CMYK 0.10 0.88 0 0.56
HSL 293.4º 0.79% 0.25% -
HSV(B) 293.4º 0.88% 0.44% -
XYZ 8.6 4.3 16 -
YUV 51.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 102 13 113 0.10 0.88 0 0.56 293.4 0.79 0.25
Hex 66 D 71 A 58 0 38 125 4F 19
Octal 146 15 161 12 130 0 70 445 117 31
Binary 1100110 1101 1110001 1010 1011000 0 111000 100100101 1001111 11001

Color Harmonies of #660D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D71

Black with #660D71

Text Example


Text Example

White with #660D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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