Html Css Color HEX #7D49AC Studio

📋 copy color: '#7D49AC'

red 125 ◦ green 73 ◦ blue 172

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

Shades of Studio #7D49AC

Tints of Studio #7D49AC

RGB

 RED value IS 125 (49.22% from 255) = 33.78%

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 33.78%
G = 19.73%
B = 46.49%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D49AC (or 0x7D49AC) is known color: Studio. HEX triplet: 7D, 49 and AC. RGB value is (125,73,172). Sum of RGB (Red+Green+Blue) = 125+73+172=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D49AC is #82B653. Grayscale: #636363. Windows color (decimal): -8566356 or 11291005. OLE color: 11291005.

HSL color Cylindrical-coordinate representation of color #7D49AC: hue angle of 271.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D49AC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 73 172 -
CMYK 0.27 0.58 0 0.33
HSL 271.52º 0.4% 0.48% -
HSV(B) 271.52º 0.58% 0.67% -
XYZ 18.29 12.1 40.4 -
YUV 99.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 125 73 172 0.27 0.58 0 0.33 271.52 0.4 0.48
Hex 7D 49 AC 1B 3A 0 21 110 28 30
Octal 175 111 254 33 72 0 41 420 50 60
Binary 1111101 1001001 10101100 11011 111010 0 100001 100010000 101000 110000

Color Harmonies of #7D49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D49AC

Black with #7D49AC

Text Example


Text Example

White with #7D49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,172); }

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

background-color css

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

 a { background-color: rgb(125,73,172); }

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

border-color css

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

 span { border-color: rgb(125,73,172); }

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