Html Css Color HEX #7C346E Dark Purple

📋 copy color: '#7C346E'

red 124 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #7C346E

Tints of Dark Purple #7C346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 43.36%
G = 18.18%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C346E (or 0x7C346E) is known color: Dark Purple. HEX triplet: 7C, 34 and 6E. RGB value is (124,52,110). Sum of RGB (Red+Green+Blue) = 124+52+110=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346E is #83CB91. Grayscale: #4F4F4F. Windows color (decimal): -8637330 or 7222396. OLE color: 7222396.

HSL color Cylindrical-coordinate representation of color #7C346E: hue angle of 311.67º 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 #7C346E is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 52 110 -
CMYK 0 0.58 0.11 0.51
HSL 311.67º 0.41% 0.35% -
HSV(B) 311.67º 0.58% 0.49% -
XYZ 12.35 7.87 15.62 -
YUV 80.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 124 52 110 0 0.58 0.11 0.51 311.67 0.41 0.35
Hex 7C 34 6E 0 3A B 33 138 29 23
Octal 174 64 156 0 72 13 63 470 51 43
Binary 1111100 110100 1101110 0 111010 1011 110011 100111000 101001 100011

Color Harmonies of #7C346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C346E

Black with #7C346E

Text Example


Text Example

White with #7C346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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