Html Css Color HEX #7C1F6D Dark Purple

📋 copy color: '#7C1F6D'

red 124 ◦ green 31 ◦ blue 109

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

Shades of Dark Purple #7C1F6D

Tints of Dark Purple #7C1F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

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

R = 46.97%
G = 11.74%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C1F6D (or 0x7C1F6D) is known color: Dark Purple. HEX triplet: 7C, 1F and 6D. RGB value is (124,31,109). Sum of RGB (Red+Green+Blue) = 124+31+109=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F6D is #83E092. Grayscale: #434343. Windows color (decimal): -8642707 or 7151484. OLE color: 7151484.

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

Color convert

RGB 124 31 109 -
CMYK 0 0.75 0.12 0.51
HSL 309.68º 0.6% 0.3% -
HSV(B) 309.68º 0.75% 0.49% -
XYZ 11.56 6.37 15.09 -
YUV 67.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 124 31 109 0 0.75 0.12 0.51 309.68 0.6 0.3
Hex 7C 1F 6D 0 4B C 33 136 3C 1E
Octal 174 37 155 0 113 14 63 466 74 36
Binary 1111100 11111 1101101 0 1001011 1100 110011 100110110 111100 11110

Color Harmonies of #7C1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1F6D

Black with #7C1F6D

Text Example


Text Example

White with #7C1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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