Html Css Color HEX #7C479E Studio

📋 copy color: '#7C479E'

red 124 ◦ green 71 ◦ blue 158

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

Shades of Studio #7C479E

Tints of Studio #7C479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 35.13%
G = 20.11%
B = 44.76%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C479E (or 0x7C479E) is known color: Studio. HEX triplet: 7C, 47 and 9E. RGB value is (124,71,158). Sum of RGB (Red+Green+Blue) = 124+71+158=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C479E is #83B861. Grayscale: #606060. Windows color (decimal): -8632418 or 10372988. OLE color: 10372988.

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

Color convert

RGB 124 71 158 -
CMYK 0.22 0.55 0 0.38
HSL 276.55º 0.38% 0.45% -
HSV(B) 276.55º 0.55% 0.62% -
XYZ 16.74 11.26 33.64 -
YUV 96.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 124 71 158 0.22 0.55 0 0.38 276.55 0.38 0.45
Hex 7C 47 9E 16 37 0 26 115 26 2D
Octal 174 107 236 26 67 0 46 425 46 55
Binary 1111100 1000111 10011110 10110 110111 0 100110 100010101 100110 101101

Color Harmonies of #7C479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C479E

Black with #7C479E

Text Example


Text Example

White with #7C479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,71,158); }

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

background-color css

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

 a { background-color: rgb(124,71,158); }

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

border-color css

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

 span { border-color: rgb(124,71,158); }

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