Html Css Color HEX #7C499A Studio

📋 copy color: '#7C499A'

red 124 ◦ green 73 ◦ blue 154

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

Shades of Studio #7C499A

Tints of Studio #7C499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 35.33%
G = 20.8%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C499A (or 0x7C499A) is known color: Studio. HEX triplet: 7C, 49 and 9A. RGB value is (124,73,154). Sum of RGB (Red+Green+Blue) = 124+73+154=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C499A is #83B665. Grayscale: #616161. Windows color (decimal): -8631910 or 10111356. OLE color: 10111356.

HSL color Cylindrical-coordinate representation of color #7C499A: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C499A is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 73 154 -
CMYK 0.19 0.53 0 0.40
HSL 277.78º 0.36% 0.45% -
HSV(B) 277.78º 0.53% 0.6% -
XYZ 16.53 11.38 31.9 -
YUV 97.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 124 73 154 0.19 0.53 0 0.40 277.78 0.36 0.45
Hex 7C 49 9A 13 35 0 28 116 24 2D
Octal 174 111 232 23 65 0 50 426 44 55
Binary 1111100 1001001 10011010 10011 110101 0 101000 100010110 100100 101101

Color Harmonies of #7C499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C499A

Black with #7C499A

Text Example


Text Example

White with #7C499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,154); }

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

background-color css

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

 a { background-color: rgb(124,73,154); }

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

border-color css

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

 span { border-color: rgb(124,73,154); }

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