Html Css Color HEX #7C346F Dark Purple

📋 copy color: '#7C346F'

red 124 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #7C346F

Tints of Dark Purple #7C346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 43.21%
G = 18.12%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C346F (or 0x7C346F) is known color: Dark Purple. HEX triplet: 7C, 34 and 6F. RGB value is (124,52,111). Sum of RGB (Red+Green+Blue) = 124+52+111=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346F is #83CB90. Grayscale: #505050. Windows color (decimal): -8637329 or 7287932. OLE color: 7287932.

HSL color Cylindrical-coordinate representation of color #7C346F: hue angle of 310.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C346F is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 52 111 -
CMYK 0 0.58 0.10 0.51
HSL 310.83º 0.41% 0.35% -
HSV(B) 310.83º 0.58% 0.49% -
XYZ 12.41 7.89 15.91 -
YUV 80.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 124 52 111 0 0.58 0.10 0.51 310.83 0.41 0.35
Hex 7C 34 6F 0 3A A 33 137 29 23
Octal 174 64 157 0 72 12 63 467 51 43
Binary 1111100 110100 1101111 0 111010 1010 110011 100110111 101001 100011

Color Harmonies of #7C346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C346F

Black with #7C346F

Text Example


Text Example

White with #7C346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,52,111); }

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

background-color css

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

 a { background-color: rgb(124,52,111); }

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

border-color css

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

 span { border-color: rgb(124,52,111); }

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