Html Css Color HEX #660A71 Purple

📋 copy color: '#660A71'

red 102 ◦ green 10 ◦ blue 113

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

Shades of Purple #660A71

Tints of Purple #660A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

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

R = 45.33%
G = 4.44%
B = 50.22%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660A71 (or 0x660A71) is known color: Purple. HEX triplet: 66, 0A and 71. RGB value is (102,10,113). Sum of RGB (Red+Green+Blue) = 102+10+113=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #660A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A71 is #99F58E. Grayscale: #303030. Windows color (decimal): -10089871 or 7408230. OLE color: 7408230.

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

Color convert

RGB 102 10 113 -
CMYK 0.10 0.91 0 0.56
HSL 293.59º 0.84% 0.24% -
HSV(B) 293.59º 0.91% 0.44% -
XYZ 8.57 4.23 15.99 -
YUV 49.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 102 10 113 0.10 0.91 0 0.56 293.59 0.84 0.24
Hex 66 A 71 A 5B 0 38 126 54 18
Octal 146 12 161 12 133 0 70 446 124 30
Binary 1100110 1010 1110001 1010 1011011 0 111000 100100110 1010100 11000

Color Harmonies of #660A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A71

Black with #660A71

Text Example


Text Example

White with #660A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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