Html Css Color HEX #7C1074 Dark Purple

📋 copy color: '#7C1074'

red 124 ◦ green 16 ◦ blue 116

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

Shades of Dark Purple #7C1074

Tints of Dark Purple #7C1074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 48.44%
G = 6.25%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C1074 (or 0x7C1074) is known color: Dark Purple. HEX triplet: 7C, 10 and 74. RGB value is (124,16,116). Sum of RGB (Red+Green+Blue) = 124+16+116=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1074 is #83EF8B. Grayscale: #3B3B3B. Windows color (decimal): -8646540 or 7606396. OLE color: 7606396.

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

Color convert

RGB 124 16 116 -
CMYK 0 0.87 0.06 0.51
HSL 304.44º 0.77% 0.27% -
HSV(B) 304.44º 0.87% 0.49% -
XYZ 11.65 5.92 17.05 -
YUV 59.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 124 16 116 0 0.87 0.06 0.51 304.44 0.77 0.27
Hex 7C 10 74 0 57 6 33 130 4D 1B
Octal 174 20 164 0 127 6 63 460 115 33
Binary 1111100 10000 1110100 0 1010111 110 110011 100110000 1001101 11011

Color Harmonies of #7C1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1074

Black with #7C1074

Text Example


Text Example

White with #7C1074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,116); }

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

background-color css

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

 a { background-color: rgb(124,16,116); }

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

border-color css

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

 span { border-color: rgb(124,16,116); }

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