Html Css Color HEX #7C196D Dark Purple

📋 copy color: '#7C196D'

red 124 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #7C196D

Tints of Dark Purple #7C196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 48.06%
G = 9.69%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C196D (or 0x7C196D) is known color: Dark Purple. HEX triplet: 7C, 19 and 6D. RGB value is (124,25,109). Sum of RGB (Red+Green+Blue) = 124+25+109=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C196D is #83E692. Grayscale: #3F3F3F. Windows color (decimal): -8644243 or 7149948. OLE color: 7149948.

HSL color Cylindrical-coordinate representation of color #7C196D: hue angle of 309.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C196D is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 25 109 -
CMYK 0 0.80 0.12 0.51
HSL 309.09º 0.66% 0.29% -
HSV(B) 309.09º 0.8% 0.49% -
XYZ 11.42 6.08 15.04 -
YUV 64.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 124 25 109 0 0.80 0.12 0.51 309.09 0.66 0.29
Hex 7C 19 6D 0 50 C 33 135 42 1D
Octal 174 31 155 0 120 14 63 465 102 35
Binary 1111100 11001 1101101 0 1010000 1100 110011 100110101 1000010 11101

Color Harmonies of #7C196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C196D

Black with #7C196D

Text Example


Text Example

White with #7C196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,25,109); }

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

background-color css

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

 a { background-color: rgb(124,25,109); }

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

border-color css

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

 span { border-color: rgb(124,25,109); }

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