Html Css Color HEX #7C1666 Dark Purple

📋 copy color: '#7C1666'

red 124 ◦ green 22 ◦ blue 102

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

Shades of Dark Purple #7C1666

Tints of Dark Purple #7C1666

RGB

 RED value IS 124 (48.83% from 255) = 50%

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 50%
G = 8.87%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C1666 (or 0x7C1666) is known color: Dark Purple. HEX triplet: 7C, 16 and 66. RGB value is (124,22,102). Sum of RGB (Red+Green+Blue) = 124+22+102=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1666 is #83E999. Grayscale: #3D3D3D. Windows color (decimal): -8645018 or 6690428. OLE color: 6690428.

HSL color Cylindrical-coordinate representation of color #7C1666: hue angle of 312.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1666 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 22 102 -
CMYK 0 0.82 0.18 0.51
HSL 312.94º 0.7% 0.29% -
HSV(B) 312.94º 0.82% 0.49% -
XYZ 11 5.82 13.11 -
YUV 61.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 124 22 102 0 0.82 0.18 0.51 312.94 0.7 0.29
Hex 7C 16 66 0 52 12 33 139 46 1D
Octal 174 26 146 0 122 22 63 471 106 35
Binary 1111100 10110 1100110 0 1010010 10010 110011 100111001 1000110 11101

Color Harmonies of #7C1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1666

Black with #7C1666

Text Example


Text Example

White with #7C1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C1666; }

 p { color: rgb(124,22,102); }

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

background-color css

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

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

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

border-color css

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

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

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