Html Css Color HEX #7D499D Studio

📋 copy color: '#7D499D'

red 125 ◦ green 73 ◦ blue 157

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

Shades of Studio #7D499D

Tints of Studio #7D499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 35.21%
G = 20.56%
B = 44.23%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D499D (or 0x7D499D) is known color: Studio. HEX triplet: 7D, 49 and 9D. RGB value is (125,73,157). Sum of RGB (Red+Green+Blue) = 125+73+157=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D499D is #82B662. Grayscale: #616161. Windows color (decimal): -8566371 or 10307965. OLE color: 10307965.

HSL color Cylindrical-coordinate representation of color #7D499D: hue angle of 277.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D499D is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 73 157 -
CMYK 0.20 0.54 0 0.38
HSL 277.14º 0.37% 0.45% -
HSV(B) 277.14º 0.54% 0.62% -
XYZ 16.93 11.56 33.24 -
YUV 98.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 125 73 157 0.20 0.54 0 0.38 277.14 0.37 0.45
Hex 7D 49 9D 14 36 0 26 115 25 2D
Octal 175 111 235 24 66 0 46 425 45 55
Binary 1111101 1001001 10011101 10100 110110 0 100110 100010101 100101 101101

Color Harmonies of #7D499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D499D

Black with #7D499D

Text Example


Text Example

White with #7D499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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