Html Css Color HEX #660073 Purple

📋 copy color: '#660073'

red 102 ◦ green 0 ◦ blue 115

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

Shades of Purple #660073

Tints of Purple #660073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47%
G = 0%
B = 53%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#660073 (or 0x660073) is known color: Purple. HEX triplet: 66, 00 and 73. RGB value is (102,0,115). Sum of RGB (Red+Green+Blue) = 102+0+115=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #660073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660073 is #99FF8C. Grayscale: #2B2B2B. Windows color (decimal): -10092429 or 7536742. OLE color: 7536742.

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

Color convert

RGB 102 0 115 -
CMYK 0.11 1 0 0.55
HSL 293.22º 1% 0.23% -
HSV(B) 293.22º 1% 0.45% -
XYZ 8.57 4.06 16.55 -
YUV 43.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 102 0 115 0.11 1 0 0.55 293.22 1 0.23
Hex 66 0 73 B 64 0 37 125 64 17
Octal 146 0 163 13 144 0 67 445 144 27
Binary 1100110 0 1110011 1011 1100100 0 110111 100100101 1100100 10111

Color Harmonies of #660073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660073

Black with #660073

Text Example


Text Example

White with #660073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660073; }

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

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

background-color css

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

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

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

border-color css

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

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

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