Html Css Color HEX #7C1A72 Dark Purple

📋 copy color: '#7C1A72'

red 124 ◦ green 26 ◦ blue 114

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

Shades of Dark Purple #7C1A72

Tints of Dark Purple #7C1A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 46.97%
G = 9.85%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C1A72 (or 0x7C1A72) is known color: Dark Purple. HEX triplet: 7C, 1A and 72. RGB value is (124,26,114). Sum of RGB (Red+Green+Blue) = 124+26+114=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A72 is #83E58D. Grayscale: #414141. Windows color (decimal): -8643982 or 7477884. OLE color: 7477884.

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

Color convert

RGB 124 26 114 -
CMYK 0 0.79 0.08 0.51
HSL 306.12º 0.65% 0.29% -
HSV(B) 306.12º 0.79% 0.49% -
XYZ 11.72 6.24 16.51 -
YUV 65.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 124 26 114 0 0.79 0.08 0.51 306.12 0.65 0.29
Hex 7C 1A 72 0 4F 8 33 132 41 1D
Octal 174 32 162 0 117 10 63 462 101 35
Binary 1111100 11010 1110010 0 1001111 1000 110011 100110010 1000001 11101

Color Harmonies of #7C1A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A72

Black with #7C1A72

Text Example


Text Example

White with #7C1A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,114); }

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

background-color css

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

 a { background-color: rgb(124,26,114); }

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

border-color css

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

 span { border-color: rgb(124,26,114); }

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