Html Css Color HEX #7C126A Dark Purple

📋 copy color: '#7C126A'

red 124 ◦ green 18 ◦ blue 106

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

Shades of Dark Purple #7C126A

Tints of Dark Purple #7C126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 106 (41.8% from 255) = 42.74%

R = 50%
G = 7.26%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C126A (or 0x7C126A) is known color: Dark Purple. HEX triplet: 7C, 12 and 6A. RGB value is (124,18,106). Sum of RGB (Red+Green+Blue) = 124+18+106=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C126A is #83ED95. Grayscale: #3B3B3B. Windows color (decimal): -8646038 or 6951548. OLE color: 6951548.

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

Color convert

RGB 124 18 106 -
CMYK 0 0.85 0.15 0.51
HSL 310.19º 0.75% 0.28% -
HSV(B) 310.19º 0.85% 0.49% -
XYZ 11.13 5.76 14.16 -
YUV 59.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 124 18 106 0 0.85 0.15 0.51 310.19 0.75 0.28
Hex 7C 12 6A 0 55 F 33 136 4B 1C
Octal 174 22 152 0 125 17 63 466 113 34
Binary 1111100 10010 1101010 0 1010101 1111 110011 100110110 1001011 11100

Color Harmonies of #7C126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C126A

Black with #7C126A

Text Example


Text Example

White with #7C126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,106); }

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

background-color css

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

 a { background-color: rgb(124,18,106); }

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

border-color css

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

 span { border-color: rgb(124,18,106); }

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