Html Css Color HEX #660674 Purple

📋 copy color: '#660674'

red 102 ◦ green 6 ◦ blue 116

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

Shades of Purple #660674

Tints of Purple #660674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 45.54%
G = 2.68%
B = 51.79%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#660674 (or 0x660674) is known color: Purple. HEX triplet: 66, 06 and 74. RGB value is (102,6,116). Sum of RGB (Red+Green+Blue) = 102+6+116=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #660674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660674 is #99F98B. Grayscale: #2E2E2E. Windows color (decimal): -10090892 or 7603814. OLE color: 7603814.

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

Color convert

RGB 102 6 116 -
CMYK 0.12 0.95 0 0.55
HSL 292.36º 0.9% 0.24% -
HSV(B) 292.36º 0.95% 0.45% -
XYZ 8.7 4.22 16.88 -
YUV 47.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 102 6 116 0.12 0.95 0 0.55 292.36 0.9 0.24
Hex 66 6 74 C 5F 0 37 124 5A 18
Octal 146 6 164 14 137 0 67 444 132 30
Binary 1100110 110 1110100 1100 1011111 0 110111 100100100 1011010 11000

Color Harmonies of #660674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660674

Black with #660674

Text Example


Text Example

White with #660674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660674; }

 p { color: rgb(102,6,116); }

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

background-color css

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

 a { background-color: rgb(102,6,116); }

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

border-color css

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

 span { border-color: rgb(102,6,116); }

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