Html Css Color HEX #660973 Purple

📋 copy color: '#660973'

red 102 ◦ green 9 ◦ blue 115

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

Shades of Purple #660973

Tints of Purple #660973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 45.13%
G = 3.98%
B = 50.88%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#660973 (or 0x660973) is known color: Purple. HEX triplet: 66, 09 and 73. RGB value is (102,9,115). Sum of RGB (Red+Green+Blue) = 102+9+115=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #660973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660973 is #99F68C. Grayscale: #303030. Windows color (decimal): -10090125 or 7539046. OLE color: 7539046.

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

Color convert

RGB 102 9 115 -
CMYK 0.11 0.92 0 0.55
HSL 292.64º 0.85% 0.24% -
HSV(B) 292.64º 0.92% 0.45% -
XYZ 8.67 4.26 16.58 -
YUV 48.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 102 9 115 0.11 0.92 0 0.55 292.64 0.85 0.24
Hex 66 9 73 B 5C 0 37 125 55 18
Octal 146 11 163 13 134 0 67 445 125 30
Binary 1100110 1001 1110011 1011 1011100 0 110111 100100101 1010101 11000

Color Harmonies of #660973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660973

Black with #660973

Text Example


Text Example

White with #660973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660973; }

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

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

background-color css

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

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

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

border-color css

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

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

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