Html Css Color HEX #7C479D Studio

📋 copy color: '#7C479D'

red 124 ◦ green 71 ◦ blue 157

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

Shades of Studio #7C479D

Tints of Studio #7C479D

RGB

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

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

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

R = 35.23%
G = 20.17%
B = 44.6%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C479D (or 0x7C479D) is known color: Studio. HEX triplet: 7C, 47 and 9D. RGB value is (124,71,157). Sum of RGB (Red+Green+Blue) = 124+71+157=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C479D is #83B862. Grayscale: #606060. Windows color (decimal): -8632419 or 10307452. OLE color: 10307452.

HSL color Cylindrical-coordinate representation of color #7C479D: hue angle of 276.98º 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 #7C479D is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 71 157 -
CMYK 0.21 0.55 0 0.38
HSL 276.98º 0.38% 0.45% -
HSV(B) 276.98º 0.55% 0.62% -
XYZ 16.65 11.23 33.19 -
YUV 96.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 124 71 157 0.21 0.55 0 0.38 276.98 0.38 0.45
Hex 7C 47 9D 15 37 0 26 115 26 2D
Octal 174 107 235 25 67 0 46 425 46 55
Binary 1111100 1000111 10011101 10101 110111 0 100110 100010101 100110 101101

Color Harmonies of #7C479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C479D

Black with #7C479D

Text Example


Text Example

White with #7C479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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