Html Css Color HEX #660466 Purple

📋 copy color: '#660466'

red 102 ◦ green 4 ◦ blue 102

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

Shades of Purple #660466

Tints of Purple #660466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 49.04%
G = 1.92%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#660466 (or 0x660466) is known color: Purple. HEX triplet: 66, 04 and 66. RGB value is (102,4,102). Sum of RGB (Red+Green+Blue) = 102+4+102=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #660466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660466 is #99FB99. Grayscale: #2C2C2C. Windows color (decimal): -10091418 or 6685798. OLE color: 6685798.

HSL color Cylindrical-coordinate representation of color #660466: hue angle of 300º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660466 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 102 -
CMYK 0 0.96 0 0.6
HSL 300º 0.92% 0.21% -
HSV(B) 300º 0.96% 0.4% -
XYZ 7.92 3.87 12.9 -
YUV 44.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 102 4 102 0 0.96 0 0.6 300 0.92 0.21
Hex 66 4 66 0 60 0 3C 12C 5C 15
Octal 146 4 146 0 140 0 74 454 134 25
Binary 1100110 100 1100110 0 1100000 0 111100 100101100 1011100 10101

Color Harmonies of #660466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660466

Black with #660466

Text Example


Text Example

White with #660466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660466; }

 p { color: rgb(102,4,102); }

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

background-color css

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

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

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

border-color css

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

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

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