Html Css Color HEX #7D4C99 Studio

📋 copy color: '#7D4C99'

red 125 ◦ green 76 ◦ blue 153

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

Shades of Studio #7D4C99

Tints of Studio #7D4C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 35.31%
G = 21.47%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D4C99 (or 0x7D4C99) is known color: Studio. HEX triplet: 7D, 4C and 99. RGB value is (125,76,153). Sum of RGB (Red+Green+Blue) = 125+76+153=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4C99 is #82B366. Grayscale: #636363. Windows color (decimal): -8565607 or 10046589. OLE color: 10046589.

HSL color Cylindrical-coordinate representation of color #7D4C99: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4C99 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 76 153 -
CMYK 0.18 0.50 0 0.4
HSL 278.18º 0.34% 0.45% -
HSV(B) 278.18º 0.5% 0.6% -
XYZ 16.79 11.83 31.54 -
YUV 99.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 125 76 153 0.18 0.50 0 0.4 278.18 0.34 0.45
Hex 7D 4C 99 12 32 0 28 116 22 2D
Octal 175 114 231 22 62 0 50 426 42 55
Binary 1111101 1001100 10011001 10010 110010 0 101000 100010110 100010 101101

Color Harmonies of #7D4C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C99

Black with #7D4C99

Text Example


Text Example

White with #7D4C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,153); }

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

background-color css

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

 a { background-color: rgb(125,76,153); }

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

border-color css

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

 span { border-color: rgb(125,76,153); }

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