Html Css Color HEX #660078 Purple

📋 copy color: '#660078'

red 102 ◦ green 0 ◦ blue 120

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

Shades of Purple #660078

Tints of Purple #660078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 45.95%
G = 0%
B = 54.05%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#660078 (or 0x660078) is known color: Purple. HEX triplet: 66, 00 and 78. RGB value is (102,0,120). Sum of RGB (Red+Green+Blue) = 102+0+120=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #660078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660078 is #99FF87. Grayscale: #2B2B2B. Windows color (decimal): -10092424 or 7864422. OLE color: 7864422.

HSL color Cylindrical-coordinate representation of color #660078: hue angle of 291º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660078 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 0 120 -
CMYK 0.15 1 0 0.53
HSL 291º 1% 0.24% -
HSV(B) 291º 1% 0.47% -
XYZ 8.87 4.18 18.11 -
YUV 44.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 102 0 120 0.15 1 0 0.53 291 1 0.24
Hex 66 0 78 F 64 0 35 123 64 18
Octal 146 0 170 17 144 0 65 443 144 30
Binary 1100110 0 1111000 1111 1100100 0 110101 100100011 1100100 11000

Color Harmonies of #660078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660078

Black with #660078

Text Example


Text Example

White with #660078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660078; }

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

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

background-color css

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

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

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

border-color css

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

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

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