Html Css Color HEX #7C0E72 Dark Purple

📋 copy color: '#7C0E72'

red 124 ◦ green 14 ◦ blue 114

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

Shades of Dark Purple #7C0E72

Tints of Dark Purple #7C0E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

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

R = 49.21%
G = 5.56%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C0E72 (or 0x7C0E72) is known color: Dark Purple. HEX triplet: 7C, 0E and 72. RGB value is (124,14,114). Sum of RGB (Red+Green+Blue) = 124+14+114=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E72 is #83F18D. Grayscale: #393939. Windows color (decimal): -8647054 or 7474812. OLE color: 7474812.

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

Color convert

RGB 124 14 114 -
CMYK 0 0.89 0.08 0.51
HSL 305.45º 0.8% 0.27% -
HSV(B) 305.45º 0.89% 0.49% -
XYZ 11.51 5.81 16.44 -
YUV 58.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 124 14 114 0 0.89 0.08 0.51 305.45 0.8 0.27
Hex 7C E 72 0 59 8 33 131 50 1B
Octal 174 16 162 0 131 10 63 461 120 33
Binary 1111100 1110 1110010 0 1011001 1000 110011 100110001 1010000 11011

Color Harmonies of #7C0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0E72

Black with #7C0E72

Text Example


Text Example

White with #7C0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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