Html Css Color HEX #66415C Purple Taupe

📋 copy color: '#66415C'

red 102 ◦ green 65 ◦ blue 92

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

Shades of Purple Taupe #66415C

Tints of Purple Taupe #66415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 39.38%
G = 25.1%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66415C (or 0x66415C) is known color: Purple Taupe. HEX triplet: 66, 41 and 5C. RGB value is (102,65,92). Sum of RGB (Red+Green+Blue) = 102+65+92=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415C is #99BEA3. Grayscale: #4F4F4F. Windows color (decimal): -10075812 or 6046054. OLE color: 6046054.

HSL color Cylindrical-coordinate representation of color #66415C: hue angle of 316.22º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66415C is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 92 -
CMYK 0 0.36 0.10 0.6
HSL 316.22º 0.22% 0.33% -
HSV(B) 316.22º 0.36% 0.4% -
XYZ 9.3 7.38 11.06 -
YUV 79.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 102 65 92 0 0.36 0.10 0.6 316.22 0.22 0.33
Hex 66 41 5C 0 24 A 3C 13C 16 21
Octal 146 101 134 0 44 12 74 474 26 41
Binary 1100110 1000001 1011100 0 100100 1010 111100 100111100 10110 100001

Color Harmonies of #66415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66415C

Black with #66415C

Text Example


Text Example

White with #66415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66415C; }

 p { color: rgb(102,65,92); }

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

background-color css

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

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

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

border-color css

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

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

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