Html Css Color HEX #7C2A72 Dark Purple

📋 copy color: '#7C2A72'

red 124 ◦ green 42 ◦ blue 114

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

Shades of Dark Purple #7C2A72

Tints of Dark Purple #7C2A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

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

R = 44.29%
G = 15%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C2A72 (or 0x7C2A72) is known color: Dark Purple. HEX triplet: 7C, 2A and 72. RGB value is (124,42,114). Sum of RGB (Red+Green+Blue) = 124+42+114=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2A72 is #83D58D. Grayscale: #4A4A4A. Windows color (decimal): -8639886 or 7481980. OLE color: 7481980.

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

Color convert

RGB 124 42 114 -
CMYK 0 0.66 0.08 0.51
HSL 307.32º 0.49% 0.33% -
HSV(B) 307.32º 0.66% 0.49% -
XYZ 12.18 7.16 16.66 -
YUV 74.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 124 42 114 0 0.66 0.08 0.51 307.32 0.49 0.33
Hex 7C 2A 72 0 42 8 33 133 31 21
Octal 174 52 162 0 102 10 63 463 61 41
Binary 1111100 101010 1110010 0 1000010 1000 110011 100110011 110001 100001

Color Harmonies of #7C2A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2A72

Black with #7C2A72

Text Example


Text Example

White with #7C2A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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