Html Css Color HEX #7C1679 Dark Purple

📋 copy color: '#7C1679'

red 124 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #7C1679

Tints of Dark Purple #7C1679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 46.44%
G = 8.24%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C1679 (or 0x7C1679) is known color: Dark Purple. HEX triplet: 7C, 16 and 79. RGB value is (124,22,121). Sum of RGB (Red+Green+Blue) = 124+22+121=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1679 is #83E986. Grayscale: #3F3F3F. Windows color (decimal): -8644999 or 7935612. OLE color: 7935612.

HSL color Cylindrical-coordinate representation of color #7C1679: hue angle of 301.76º 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 #7C1679 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 22 121 -
CMYK 0 0.82 0.02 0.51
HSL 301.76º 0.7% 0.29% -
HSV(B) 301.76º 0.82% 0.49% -
XYZ 12.05 6.24 18.66 -
YUV 63.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 124 22 121 0 0.82 0.02 0.51 301.76 0.7 0.29
Hex 7C 16 79 0 52 2 33 12E 46 1D
Octal 174 26 171 0 122 2 63 456 106 35
Binary 1111100 10110 1111001 0 1010010 10 110011 100101110 1000110 11101

Color Harmonies of #7C1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1679

Black with #7C1679

Text Example


Text Example

White with #7C1679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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