Html Css Color HEX #7C115F Dark Purple

📋 copy color: '#7C115F'

red 124 ◦ green 17 ◦ blue 95

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

Shades of Dark Purple #7C115F

Tints of Dark Purple #7C115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 52.54%
G = 7.2%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C115F (or 0x7C115F) is known color: Dark Purple. HEX triplet: 7C, 11 and 5F. RGB value is (124,17,95). Sum of RGB (Red+Green+Blue) = 124+17+95=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115F is #83EEA0. Grayscale: #393939. Windows color (decimal): -8646305 or 6230396. OLE color: 6230396.

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

Color convert

RGB 124 17 95 -
CMYK 0 0.86 0.23 0.51
HSL 316.26º 0.76% 0.28% -
HSV(B) 316.26º 0.86% 0.49% -
XYZ 10.58 5.51 11.33 -
YUV 57.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 124 17 95 0 0.86 0.23 0.51 316.26 0.76 0.28
Hex 7C 11 5F 0 56 17 33 13C 4C 1C
Octal 174 21 137 0 126 27 63 474 114 34
Binary 1111100 10001 1011111 0 1010110 10111 110011 100111100 1001100 11100

Color Harmonies of #7C115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C115F

Black with #7C115F

Text Example


Text Example

White with #7C115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,95); }

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

background-color css

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

 a { background-color: rgb(124,17,95); }

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

border-color css

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

 span { border-color: rgb(124,17,95); }

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