Html Css Color HEX #7C1E6D Dark Purple

📋 copy color: '#7C1E6D'

red 124 ◦ green 30 ◦ blue 109

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

Shades of Dark Purple #7C1E6D

Tints of Dark Purple #7C1E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

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

R = 47.15%
G = 11.41%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C1E6D (or 0x7C1E6D) is known color: Dark Purple. HEX triplet: 7C, 1E and 6D. RGB value is (124,30,109). Sum of RGB (Red+Green+Blue) = 124+30+109=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1E6D is #83E192. Grayscale: #424242. Windows color (decimal): -8642963 or 7151228. OLE color: 7151228.

HSL color Cylindrical-coordinate representation of color #7C1E6D: hue angle of 309.57º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C1E6D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 30 109 -
CMYK 0 0.76 0.12 0.51
HSL 309.57º 0.61% 0.3% -
HSV(B) 309.57º 0.76% 0.49% -
XYZ 11.54 6.32 15.08 -
YUV 67.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 124 30 109 0 0.76 0.12 0.51 309.57 0.61 0.3
Hex 7C 1E 6D 0 4C C 33 136 3D 1E
Octal 174 36 155 0 114 14 63 466 75 36
Binary 1111100 11110 1101101 0 1001100 1100 110011 100110110 111101 11110

Color Harmonies of #7C1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1E6D

Black with #7C1E6D

Text Example


Text Example

White with #7C1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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